Html Css Color HEX #DEB200 Sunflower

📋 copy color: '#DEB200'

red 222 ◦ green 178 ◦ blue 0

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

Shades of Sunflower #DEB200

Tints of Sunflower #DEB200

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.5%

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

R = 55.5%
G = 44.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEB200 (or 0xDEB200) is known color: Sunflower. HEX triplet: DE, B2 and 00. RGB value is (222,178,0). Sum of RGB (Red+Green+Blue) = 222+178+0=400 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.5% from 400); Green value is 178 (69.92% from 255 or 44.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB200 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB200 is #214DFF. Grayscale: #ABABAB. Windows color (decimal): -2182656 or 45790. OLE color: 45790.

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

Color convert

RGB 222 178 0 -
CMYK 0 0.20 1 0.13
HSL 48.11º 1% 0.44% -
HSV(B) 48.11º 1% 0.87% -
XYZ 46.04 47.37 6.72 -
YUV 170.86 31.58 164.47 -
System Red Green Blue C M Y K H S L
Decimal 222 178 0 0 0.20 1 0.13 48.11 1 0.44
Hex DE B2 0 0 14 64 D 30 64 2C
Octal 336 262 0 0 24 144 15 60 144 54
Binary 11011110 10110010 0 0 10100 1100100 1101 110000 1100100 101100

Color Harmonies of #DEB200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB200

Black with #DEB200

Text Example


Text Example

White with #DEB200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB200; }

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

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

background-color css

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

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

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

border-color css

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

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

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