Html Css Color HEX #DCB501 Sunflower

📋 copy color: '#DCB501'

red 220 ◦ green 181 ◦ blue 1

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

Shades of Sunflower #DCB501

Tints of Sunflower #DCB501

RGB

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

 GREEN value IS 181 (71.09% from 255) = 45.02%

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

R = 54.73%
G = 45.02%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB501 (or 0xDCB501) is known color: Sunflower. HEX triplet: DC, B5 and 01. RGB value is (220,181,1). Sum of RGB (Red+Green+Blue) = 220+181+1=402 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.73% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB501 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB501 is #234AFE. Grayscale: #ACACAC. Windows color (decimal): -2312959 or 112092. OLE color: 112092.

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

Color convert

RGB 220 181 1 -
CMYK 0 0.18 1.00 0.14
HSL 49.32º 0.99% 0.43% -
HSV(B) 49.32º 1% 0.86% -
XYZ 46.04 48.27 6.92 -
YUV 172.14 31.42 162.14 -
System Red Green Blue C M Y K H S L
Decimal 220 181 1 0 0.18 1.00 0.14 49.32 0.99 0.43
Hex DC B5 1 0 12 64 E 31 63 2B
Octal 334 265 1 0 22 144 16 61 143 53
Binary 11011100 10110101 1 0 10010 1100100 1110 110001 1100011 101011

Color Harmonies of #DCB501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB501

Black with #DCB501

Text Example


Text Example

White with #DCB501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB501; }

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

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

background-color css

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

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

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

border-color css

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

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

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