Html Css Color HEX #DEB600 Sunflower

📋 copy color: '#DEB600'

red 222 ◦ green 182 ◦ blue 0

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

Shades of Sunflower #DEB600

Tints of Sunflower #DEB600

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.05%

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

R = 54.95%
G = 45.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEB600 (or 0xDEB600) is known color: Sunflower. HEX triplet: DE, B6 and 00. RGB value is (222,182,0). Sum of RGB (Red+Green+Blue) = 222+182+0=404 (53% of max value = 765). Red value is 222 (87.11% from 255 or 54.95% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 0 (0.39% from 255 or 0% from 404); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DEB600 is #2149FF. Grayscale: #ADADAD. Windows color (decimal): -2181632 or 46814. OLE color: 46814.

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

Color convert

RGB 222 182 0 -
CMYK 0 0.18 1 0.13
HSL 49.19º 1% 0.44% -
HSV(B) 49.19º 1% 0.87% -
XYZ 46.85 48.99 6.99 -
YUV 173.21 30.25 162.8 -
System Red Green Blue C M Y K H S L
Decimal 222 182 0 0 0.18 1 0.13 49.19 1 0.44
Hex DE B6 0 0 12 64 D 31 64 2C
Octal 336 266 0 0 22 144 15 61 144 54
Binary 11011110 10110110 0 0 10010 1100100 1101 110001 1100100 101100

Color Harmonies of #DEB600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB600

Black with #DEB600

Text Example


Text Example

White with #DEB600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB600; }

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

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

background-color css

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

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

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

border-color css

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

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

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