Html Css Color HEX #DEB300 Sunflower

📋 copy color: '#DEB300'

red 222 ◦ green 179 ◦ blue 0

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

Shades of Sunflower #DEB300

Tints of Sunflower #DEB300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.36%
G = 44.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEB300 (or 0xDEB300) is known color: Sunflower. HEX triplet: DE, B3 and 00. RGB value is (222,179,0). Sum of RGB (Red+Green+Blue) = 222+179+0=401 (53% of max value = 765). Red value is 222 (87.11% from 255 or 55.36% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB300 is #214CFF. Grayscale: #ACACAC. Windows color (decimal): -2182400 or 46046. OLE color: 46046.

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

Color convert

RGB 222 179 0 -
CMYK 0 0.19 1 0.13
HSL 48.38º 1% 0.44% -
HSV(B) 48.38º 1% 0.87% -
XYZ 46.24 47.77 6.78 -
YUV 171.45 31.25 164.05 -
System Red Green Blue C M Y K H S L
Decimal 222 179 0 0 0.19 1 0.13 48.38 1 0.44
Hex DE B3 0 0 13 64 D 30 64 2C
Octal 336 263 0 0 23 144 15 60 144 54
Binary 11011110 10110011 0 0 10011 1100100 1101 110000 1100100 101100

Color Harmonies of #DEB300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB300

Black with #DEB300

Text Example


Text Example

White with #DEB300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB300; }

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

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

background-color css

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

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

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

border-color css

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

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

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