Html Css Color HEX #DCC808 Sunflower

📋 copy color: '#DCC808'

red 220 ◦ green 200 ◦ blue 8

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

Shades of Sunflower #DCC808

Tints of Sunflower #DCC808

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.87%

R = 51.4%
G = 46.73%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCC808 (or 0xDCC808) is known color: Sunflower. HEX triplet: DC, C8 and 08. RGB value is (220,200,8). Sum of RGB (Red+Green+Blue) = 220+200+8=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 200 (78.52% from 255 or 46.73% from 428); Blue value is 8 (3.52% from 255 or 1.87% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCC808 is #2337F7. Grayscale: #B8B8B8. Windows color (decimal): -2308088 or 575708. OLE color: 575708.

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

Color convert

RGB 220 200 8 -
CMYK 0 0.09 0.96 0.14
HSL 54.34º 0.93% 0.45% -
HSV(B) 54.34º 0.96% 0.86% -
XYZ 50.21 56.54 8.5 -
YUV 184.09 28.63 153.61 -
System Red Green Blue C M Y K H S L
Decimal 220 200 8 0 0.09 0.96 0.14 54.34 0.93 0.45
Hex DC C8 8 0 9 60 E 36 5D 2D
Octal 334 310 10 0 11 140 16 66 135 55
Binary 11011100 11001000 1000 0 1001 1100000 1110 110110 1011101 101101

Color Harmonies of #DCC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCC808

Black with #DCC808

Text Example


Text Example

White with #DCC808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCC808; }

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

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

background-color css

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

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

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

border-color css

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

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

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