Html Css Color HEX #DABC22 Sunflower

📋 copy color: '#DABC22'

red 218 ◦ green 188 ◦ blue 34

#DABC22
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sunflower #DABC22

Tints of Sunflower #DABC22

RGB

 RED value IS 218 (85.55% from 255) = 49.55%

 GREEN value IS 188 (73.83% from 255) = 42.73%

 BLUE value IS 34 (13.67% from 255) = 7.73%

R = 49.55%
G = 42.73%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.84

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DABC22 (or 0xDABC22) is known color: Sunflower. HEX triplet: DA, BC and 22. RGB value is (218,188,34). Sum of RGB (Red+Green+Blue) = 218+188+34=440 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.55% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 34 (13.67% from 255 or 7.73% from 440); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DABC22 is #2543DD. Grayscale: #B4B4B4. Windows color (decimal): -2442206 or 2276570. OLE color: 2276570.

HSL color Cylindrical-coordinate representation of color #DABC22: hue angle of 50.22º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DABC22 is Cyan = 0, Magento = 0.14, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 188 34 -
CMYK 0 0.14 0.84 0.15
HSL 50.22º 0.73% 0.49% -
HSV(B) 50.22º 0.84% 0.85% -
XYZ 47.19 50.99 8.87 -
YUV 179.41 45.94 155.52 -
System Red Green Blue C M Y K H S L
Decimal 218 188 34 0 0.14 0.84 0.15 50.22 0.73 0.49
Hex DA BC 22 0 E 54 F 32 49 31
Octal 332 274 42 0 16 124 17 62 111 61
Binary 11011010 10111100 100010 0 1110 1010100 1111 110010 1001001 110001

Color Harmonies of #DABC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DABC22

Black with #DABC22

Text Example


Text Example

White with #DABC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DABC22; }

 p { color: rgb(218,188,34); }

 H1.HeaderClassName
 {
   color: #DABC22;
 }
 .AnyTagClassName
 {
   color: #DABC22;
 }
</style>

background-color css

<style>
 a { background-color: #DABC22; }

 a { background-color: rgb(218,188,34); }

 div.DivClassName
 {
   background-color: #DABC22;
 }
 .BgClassName
 {
   background-color: #DABC22;
 }
</style>

border-color css

<style>
 span { border-color: #DABC22; }

 span { border-color: rgb(218,188,34); }

 td.TdClassName
 {
   border-color: #DABC22;
 }
 .TagClassName
 {
   border-color: #DABC22;
 }
</style>