Html Css Color HEX #DCB701 Sunflower

📋 copy color: '#DCB701'

red 220 ◦ green 183 ◦ blue 1

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

Shades of Sunflower #DCB701

Tints of Sunflower #DCB701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 45.3%

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

R = 54.46%
G = 45.3%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DCB701 (or 0xDCB701) is known color: Sunflower. HEX triplet: DC, B7 and 01. RGB value is (220,183,1). Sum of RGB (Red+Green+Blue) = 220+183+1=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 1 (0.78% from 255 or 0.25% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB701 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DCB701 is #2348FE. Grayscale: #AEAEAE. Windows color (decimal): -2312447 or 112604. OLE color: 112604.

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

Color convert

RGB 220 183 1 -
CMYK 0 0.17 1.00 0.14
HSL 49.86º 0.99% 0.43% -
HSV(B) 49.86º 1% 0.86% -
XYZ 46.45 49.08 7.05 -
YUV 173.32 30.76 161.3 -
System Red Green Blue C M Y K H S L
Decimal 220 183 1 0 0.17 1.00 0.14 49.86 0.99 0.43
Hex DC B7 1 0 11 64 E 32 63 2B
Octal 334 267 1 0 21 144 16 62 143 53
Binary 11011100 10110111 1 0 10001 1100100 1110 110010 1100011 101011

Color Harmonies of #DCB701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCB701

Black with #DCB701

Text Example


Text Example

White with #DCB701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCB701; }

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

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

background-color css

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

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

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

border-color css

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

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

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