Html Css Color HEX #DACB14 Sunflower

📋 copy color: '#DACB14'

red 218 ◦ green 203 ◦ blue 20

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

Shades of Sunflower #DACB14

Tints of Sunflower #DACB14

RGB

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

 GREEN value IS 203 (79.69% from 255) = 46.03%

 BLUE value IS 20 (8.2% from 255) = 4.54%

R = 49.43%
G = 46.03%
B = 4.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DACB14 (or 0xDACB14) is known color: Sunflower. HEX triplet: DA, CB and 14. RGB value is (218,203,20). Sum of RGB (Red+Green+Blue) = 218+203+20=441 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.43% from 441); Green value is 203 (79.69% from 255 or 46.03% from 441); Blue value is 20 (8.20% from 255 or 4.54% from 441); Max value from RGB is 218 - color contains mainly: red. Hex color #DACB14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACB14 is #2534EB. Grayscale: #BBBBBB. Windows color (decimal): -2438380 or 1362906. OLE color: 1362906.

HSL color Cylindrical-coordinate representation of color #DACB14: hue angle of 55.45º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DACB14 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 203 20 -
CMYK 0 0.07 0.91 0.15
HSL 55.45º 0.83% 0.47% -
HSV(B) 55.45º 0.91% 0.85% -
XYZ 50.4 57.67 9.14 -
YUV 186.62 33.97 150.38 -
System Red Green Blue C M Y K H S L
Decimal 218 203 20 0 0.07 0.91 0.15 55.45 0.83 0.47
Hex DA CB 14 0 7 5B F 37 53 2F
Octal 332 313 24 0 7 133 17 67 123 57
Binary 11011010 11001011 10100 0 111 1011011 1111 110111 1010011 101111

Color Harmonies of #DACB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACB14

Black with #DACB14

Text Example


Text Example

White with #DACB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACB14; }

 p { color: rgb(218,203,20); }

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

background-color css

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

 a { background-color: rgb(218,203,20); }

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

border-color css

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

 span { border-color: rgb(218,203,20); }

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