Html Css Color HEX #DCB801 Sunflower

📋 copy color: '#DCB801'

red 220 ◦ green 184 ◦ blue 1

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

Shades of Sunflower #DCB801

Tints of Sunflower #DCB801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 54.32%
G = 45.43%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB801 (or 0xDCB801) is known color: Sunflower. HEX triplet: DC, B8 and 01. RGB value is (220,184,1). Sum of RGB (Red+Green+Blue) = 220+184+1=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 184 (72.27% from 255 or 45.43% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB801 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB801 is #2347FE. Grayscale: #AEAEAE. Windows color (decimal): -2312191 or 112860. OLE color: 112860.

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

Color convert

RGB 220 184 1 -
CMYK 0 0.16 1.00 0.14
HSL 50.14º 0.99% 0.43% -
HSV(B) 50.14º 1% 0.86% -
XYZ 46.66 49.5 7.12 -
YUV 173.9 30.43 160.88 -
System Red Green Blue C M Y K H S L
Decimal 220 184 1 0 0.16 1.00 0.14 50.14 0.99 0.43
Hex DC B8 1 0 10 64 E 32 63 2B
Octal 334 270 1 0 20 144 16 62 143 53
Binary 11011100 10111000 1 0 10000 1100100 1110 110010 1100011 101011

Color Harmonies of #DCB801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB801

Black with #DCB801

Text Example


Text Example

White with #DCB801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB801; }

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

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

background-color css

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

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

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

border-color css

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

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

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