Html Css Color HEX #DCB401 Sunflower

📋 copy color: '#DCB401'

red 220 ◦ green 180 ◦ blue 1

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

Shades of Sunflower #DCB401

Tints of Sunflower #DCB401

RGB

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

 GREEN value IS 180 (70.7% from 255) = 44.89%

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

R = 54.86%
G = 44.89%
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

#DCB401 (or 0xDCB401) is known color: Sunflower. HEX triplet: DC, B4 and 01. RGB value is (220,180,1). Sum of RGB (Red+Green+Blue) = 220+180+1=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB401 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB401 is #234BFE. Grayscale: #ACACAC. Windows color (decimal): -2313215 or 111836. OLE color: 111836.

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

Color convert

RGB 220 180 1 -
CMYK 0 0.18 1.00 0.14
HSL 49.04º 0.99% 0.43% -
HSV(B) 49.04º 1% 0.86% -
XYZ 45.84 47.86 6.85 -
YUV 171.55 31.75 162.55 -
System Red Green Blue C M Y K H S L
Decimal 220 180 1 0 0.18 1.00 0.14 49.04 0.99 0.43
Hex DC B4 1 0 12 64 E 31 63 2B
Octal 334 264 1 0 22 144 16 61 143 53
Binary 11011100 10110100 1 0 10010 1100100 1110 110001 1100011 101011

Color Harmonies of #DCB401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB401

Black with #DCB401

Text Example


Text Example

White with #DCB401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB401; }

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

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

background-color css

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

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

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

border-color css

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

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

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