Html Css Color HEX #DEB301 Sunflower

📋 copy color: '#DEB301'

red 222 ◦ green 179 ◦ blue 1

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

Shades of Sunflower #DEB301

Tints of Sunflower #DEB301

RGB

 RED value IS 222 (87.11% from 255) = 55.22%

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

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

R = 55.22%
G = 44.53%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1.00

 K value IS 0.13

RGB Variations

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

Color information

#DEB301 (or 0xDEB301) is known color: Sunflower. HEX triplet: DE, B3 and 01. RGB value is (222,179,1). Sum of RGB (Red+Green+Blue) = 222+179+1=402 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.22% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB301 is #214CFE. Grayscale: #ACACAC. Windows color (decimal): -2182399 or 111582. OLE color: 111582.

HSL color Cylindrical-coordinate representation of color #DEB301: hue angle of 48.33º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DEB301 is Cyan = 0, Magento = 0.19, Yellow = 1.00 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 179 1 -
CMYK 0 0.19 1.00 0.13
HSL 48.33º 0.99% 0.44% -
HSV(B) 48.33º 1% 0.87% -
XYZ 46.25 47.77 6.81 -
YUV 171.57 31.75 163.97 -
System Red Green Blue C M Y K H S L
Decimal 222 179 1 0 0.19 1.00 0.13 48.33 0.99 0.44
Hex DE B3 1 0 13 64 D 30 63 2C
Octal 336 263 1 0 23 144 15 60 143 54
Binary 11011110 10110011 1 0 10011 1100100 1101 110000 1100011 101100

Color Harmonies of #DEB301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB301

Black with #DEB301

Text Example


Text Example

White with #DEB301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB301; }

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

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

background-color css

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

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

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

border-color css

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

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

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