Html Css Color HEX #DCC816 Sunflower

📋 copy color: '#DCC816'

red 220 ◦ green 200 ◦ blue 22

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

Shades of Sunflower #DCC816

Tints of Sunflower #DCC816

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.25%

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

R = 49.77%
G = 45.25%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.9

 K value IS 0.14

RGB Variations

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

Color information

#DCC816 (or 0xDCC816) is known color: Sunflower. HEX triplet: DC, C8 and 16. RGB value is (220,200,22). Sum of RGB (Red+Green+Blue) = 220+200+22=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 200 (78.52% from 255 or 45.25% from 442); Blue value is 22 (8.98% from 255 or 4.98% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC816 is #2337E9. Grayscale: #BABABA. Windows color (decimal): -2308074 or 1493212. OLE color: 1493212.

HSL color Cylindrical-coordinate representation of color #DCC816: hue angle of 53.94º 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 #DCC816 is Cyan = 0, Magento = 0.09, Yellow = 0.9 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 200 22 -
CMYK 0 0.09 0.9 0.14
HSL 53.94º 0.82% 0.47% -
HSV(B) 53.94º 0.9% 0.86% -
XYZ 50.31 56.58 9.03 -
YUV 185.69 35.63 152.47 -
System Red Green Blue C M Y K H S L
Decimal 220 200 22 0 0.09 0.9 0.14 53.94 0.82 0.47
Hex DC C8 16 0 9 5A E 36 52 2F
Octal 334 310 26 0 11 132 16 66 122 57
Binary 11011100 11001000 10110 0 1001 1011010 1110 110110 1010010 101111

Color Harmonies of #DCC816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC816

Black with #DCC816

Text Example


Text Example

White with #DCC816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC816; }

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

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

background-color css

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

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

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

border-color css

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

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

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