Html Css Color HEX #DCB201 Sunflower

📋 copy color: '#DCB201'

red 220 ◦ green 178 ◦ blue 1

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

Shades of Sunflower #DCB201

Tints of Sunflower #DCB201

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.61%

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

R = 55.14%
G = 44.61%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB201 (or 0xDCB201) is known color: Sunflower. HEX triplet: DC, B2 and 01. RGB value is (220,178,1). Sum of RGB (Red+Green+Blue) = 220+178+1=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 178 (69.92% from 255 or 44.61% from 399); Blue value is 1 (0.78% from 255 or 0.25% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB201 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DCB201 is #234DFE. Grayscale: #ABABAB. Windows color (decimal): -2313727 or 111324. OLE color: 111324.

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

Color convert

RGB 220 178 1 -
CMYK 0 0.19 1.00 0.14
HSL 48.49º 0.99% 0.43% -
HSV(B) 48.49º 1% 0.86% -
XYZ 45.44 47.06 6.72 -
YUV 170.38 32.41 163.39 -
System Red Green Blue C M Y K H S L
Decimal 220 178 1 0 0.19 1.00 0.14 48.49 0.99 0.43
Hex DC B2 1 0 13 64 E 30 63 2B
Octal 334 262 1 0 23 144 16 60 143 53
Binary 11011100 10110010 1 0 10011 1100100 1110 110000 1100011 101011

Color Harmonies of #DCB201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB201

Black with #DCB201

Text Example


Text Example

White with #DCB201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB201; }

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

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

background-color css

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

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

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

border-color css

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

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

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