Html Css Color HEX #DCC416 Sunflower

📋 copy color: '#DCC416'

red 220 ◦ green 196 ◦ blue 22

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

Shades of Sunflower #DCC416

Tints of Sunflower #DCC416

RGB

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

 GREEN value IS 196 (76.95% from 255) = 44.75%

 BLUE value IS 22 (8.98% from 255) = 5.02%

R = 50.23%
G = 44.75%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC416 (or 0xDCC416) is known color: Sunflower. HEX triplet: DC, C4 and 16. RGB value is (220,196,22). Sum of RGB (Red+Green+Blue) = 220+196+22=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 196 (76.95% from 255 or 44.75% from 438); Blue value is 22 (8.98% from 255 or 5.02% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC416 is #233BE9. Grayscale: #B8B8B8. Windows color (decimal): -2309098 or 1492188. OLE color: 1492188.

HSL color Cylindrical-coordinate representation of color #DCC416: hue angle of 52.73º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCC416 is Cyan = 0, Magento = 0.11, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 196 22 -
CMYK 0 0.11 0.9 0.14
HSL 52.73º 0.82% 0.47% -
HSV(B) 52.73º 0.9% 0.86% -
XYZ 49.4 54.75 8.72 -
YUV 183.34 36.95 154.15 -
System Red Green Blue C M Y K H S L
Decimal 220 196 22 0 0.11 0.9 0.14 52.73 0.82 0.47
Hex DC C4 16 0 B 5A E 35 52 2F
Octal 334 304 26 0 13 132 16 65 122 57
Binary 11011100 11000100 10110 0 1011 1011010 1110 110101 1010010 101111

Color Harmonies of #DCC416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC416

Black with #DCC416

Text Example


Text Example

White with #DCC416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC416; }

 p { color: rgb(220,196,22); }

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

background-color css

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

 a { background-color: rgb(220,196,22); }

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

border-color css

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

 span { border-color: rgb(220,196,22); }

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