Html Css Color HEX #DCB802 Sunflower

📋 copy color: '#DCB802'

red 220 ◦ green 184 ◦ blue 2

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

Shades of Sunflower #DCB802

Tints of Sunflower #DCB802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.49%

R = 54.19%
G = 45.32%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DCB802 (or 0xDCB802) is known color: Sunflower. HEX triplet: DC, B8 and 02. RGB value is (220,184,2). Sum of RGB (Red+Green+Blue) = 220+184+2=406 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.19% from 406); Green value is 184 (72.27% from 255 or 45.32% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB802 is #2347FD. Grayscale: #AEAEAE. Windows color (decimal): -2312190 or 178396. OLE color: 178396.

HSL color Cylindrical-coordinate representation of color #DCB802: hue angle of 50.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DCB802 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 184 2 -
CMYK 0 0.16 0.99 0.14
HSL 50.09º 0.98% 0.44% -
HSV(B) 50.09º 0.99% 0.86% -
XYZ 46.67 49.5 7.15 -
YUV 174.02 30.93 160.8 -
System Red Green Blue C M Y K H S L
Decimal 220 184 2 0 0.16 0.99 0.14 50.09 0.98 0.44
Hex DC B8 2 0 10 63 E 32 62 2C
Octal 334 270 2 0 20 143 16 62 142 54
Binary 11011100 10111000 10 0 10000 1100011 1110 110010 1100010 101100

Color Harmonies of #DCB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB802

Black with #DCB802

Text Example


Text Example

White with #DCB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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