Html Css Color HEX #DCB808 Sunflower

📋 copy color: '#DCB808'

red 220 ◦ green 184 ◦ blue 8

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

Shades of Sunflower #DCB808

Tints of Sunflower #DCB808

RGB

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

 GREEN value IS 184 (72.27% from 255) = 44.66%

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

R = 53.4%
G = 44.66%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DCB808 (or 0xDCB808) is known color: Sunflower. HEX triplet: DC, B8 and 08. RGB value is (220,184,8). Sum of RGB (Red+Green+Blue) = 220+184+8=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 184 (72.27% from 255 or 44.66% from 412); Blue value is 8 (3.52% from 255 or 1.94% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB808 is #2347F7. Grayscale: #AFAFAF. Windows color (decimal): -2312184 or 571612. OLE color: 571612.

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

Color convert

RGB 220 184 8 -
CMYK 0 0.16 0.96 0.14
HSL 49.81º 0.93% 0.45% -
HSV(B) 49.81º 0.96% 0.86% -
XYZ 46.7 49.51 7.33 -
YUV 174.7 33.93 160.31 -
System Red Green Blue C M Y K H S L
Decimal 220 184 8 0 0.16 0.96 0.14 49.81 0.93 0.45
Hex DC B8 8 0 10 60 E 32 5D 2D
Octal 334 270 10 0 20 140 16 62 135 55
Binary 11011100 10111000 1000 0 10000 1100000 1110 110010 1011101 101101

Color Harmonies of #DCB808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB808

Black with #DCB808

Text Example


Text Example

White with #DCB808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB808; }

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

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

background-color css

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

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

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

border-color css

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

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

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