Html Css Color HEX #DCB803 Sunflower

📋 copy color: '#DCB803'

red 220 ◦ green 184 ◦ blue 3

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

Shades of Sunflower #DCB803

Tints of Sunflower #DCB803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 54.05%
G = 45.21%
B = 0.74%

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

#DCB803 (or 0xDCB803) is known color: Sunflower. HEX triplet: DC, B8 and 03. RGB value is (220,184,3). Sum of RGB (Red+Green+Blue) = 220+184+3=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 184 (72.27% from 255 or 45.21% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB803 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB803 is #2347FC. Grayscale: #AEAEAE. Windows color (decimal): -2312189 or 243932. OLE color: 243932.

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

Color convert

RGB 220 184 3 -
CMYK 0 0.16 0.99 0.14
HSL 50.05º 0.97% 0.44% -
HSV(B) 50.05º 0.99% 0.86% -
XYZ 46.67 49.5 7.18 -
YUV 174.13 31.43 160.72 -
System Red Green Blue C M Y K H S L
Decimal 220 184 3 0 0.16 0.99 0.14 50.05 0.97 0.44
Hex DC B8 3 0 10 63 E 32 61 2C
Octal 334 270 3 0 20 143 16 62 141 54
Binary 11011100 10111000 11 0 10000 1100011 1110 110010 1100001 101100

Color Harmonies of #DCB803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB803

Black with #DCB803

Text Example


Text Example

White with #DCB803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB803; }

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

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

background-color css

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

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

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

border-color css

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

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

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