Html Css Color HEX #DCC918 Sunflower

📋 copy color: '#DCC918'

red 220 ◦ green 201 ◦ blue 24

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

Shades of Sunflower #DCC918

Tints of Sunflower #DCC918

RGB

 RED value IS 220 (86.33% from 255) = 49.44%

 GREEN value IS 201 (78.91% from 255) = 45.17%

 BLUE value IS 24 (9.77% from 255) = 5.39%

R = 49.44%
G = 45.17%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DCC918 (or 0xDCC918) is known color: Sunflower. HEX triplet: DC, C9 and 18. RGB value is (220,201,24). Sum of RGB (Red+Green+Blue) = 220+201+24=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 201 (78.91% from 255 or 45.17% from 445); Blue value is 24 (9.77% from 255 or 5.39% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC918 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC918 is #2336E7. Grayscale: #BBBBBB. Windows color (decimal): -2307816 or 1624540. OLE color: 1624540.

HSL color Cylindrical-coordinate representation of color #DCC918: hue angle of 54.18º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DCC918 is Cyan = 0, Magento = 0.09, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 201 24 -
CMYK 0 0.09 0.89 0.14
HSL 54.18º 0.8% 0.48% -
HSV(B) 54.18º 0.89% 0.86% -
XYZ 50.57 57.05 9.21 -
YUV 186.5 36.29 151.89 -
System Red Green Blue C M Y K H S L
Decimal 220 201 24 0 0.09 0.89 0.14 54.18 0.8 0.48
Hex DC C9 18 0 9 59 E 36 50 30
Octal 334 311 30 0 11 131 16 66 120 60
Binary 11011100 11001001 11000 0 1001 1011001 1110 110110 1010000 110000

Color Harmonies of #DCC918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC918

Black with #DCC918

Text Example


Text Example

White with #DCC918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC918; }

 p { color: rgb(220,201,24); }

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

background-color css

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

 a { background-color: rgb(220,201,24); }

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

border-color css

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

 span { border-color: rgb(220,201,24); }

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