Html Css Color HEX #DACC14 Sunflower

📋 copy color: '#DACC14'

red 218 ◦ green 204 ◦ blue 20

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

Shades of Sunflower #DACC14

Tints of Sunflower #DACC14

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.15%

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

R = 49.32%
G = 46.15%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DACC14 (or 0xDACC14) is known color: Sunflower. HEX triplet: DA, CC and 14. RGB value is (218,204,20). Sum of RGB (Red+Green+Blue) = 218+204+20=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 204 (80.08% from 255 or 46.15% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DACC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DACC14 is #2533EB. Grayscale: #BBBBBB. Windows color (decimal): -2438124 or 1363162. OLE color: 1363162.

HSL color Cylindrical-coordinate representation of color #DACC14: hue angle of 55.76º 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 #DACC14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 204 20 -
CMYK 0 0.06 0.91 0.15
HSL 55.76º 0.83% 0.47% -
HSV(B) 55.76º 0.91% 0.85% -
XYZ 50.63 58.14 9.22 -
YUV 187.21 33.64 149.96 -
System Red Green Blue C M Y K H S L
Decimal 218 204 20 0 0.06 0.91 0.15 55.76 0.83 0.47
Hex DA CC 14 0 6 5B F 38 53 2F
Octal 332 314 24 0 6 133 17 70 123 57
Binary 11011010 11001100 10100 0 110 1011011 1111 111000 1010011 101111

Color Harmonies of #DACC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DACC14

Black with #DACC14

Text Example


Text Example

White with #DACC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DACC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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