Html Css Color HEX #DCB301 Sunflower

📋 copy color: '#DCB301'

red 220 ◦ green 179 ◦ blue 1

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

Shades of Sunflower #DCB301

Tints of Sunflower #DCB301

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.75%

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

R = 55%
G = 44.75%
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

#DCB301 (or 0xDCB301) is known color: Sunflower. HEX triplet: DC, B3 and 01. RGB value is (220,179,1). Sum of RGB (Red+Green+Blue) = 220+179+1=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 179 (70.31% from 255 or 44.75% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB301 is #234CFE. Grayscale: #ABABAB. Windows color (decimal): -2313471 or 111580. OLE color: 111580.

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

Color convert

RGB 220 179 1 -
CMYK 0 0.19 1.00 0.14
HSL 48.77º 0.99% 0.43% -
HSV(B) 48.77º 1% 0.86% -
XYZ 45.64 47.46 6.78 -
YUV 170.97 32.08 162.97 -
System Red Green Blue C M Y K H S L
Decimal 220 179 1 0 0.19 1.00 0.14 48.77 0.99 0.43
Hex DC B3 1 0 13 64 E 31 63 2B
Octal 334 263 1 0 23 144 16 61 143 53
Binary 11011100 10110011 1 0 10011 1100100 1110 110001 1100011 101011

Color Harmonies of #DCB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB301

Black with #DCB301

Text Example


Text Example

White with #DCB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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