Html Css Color HEX #DEB100 Gamboge

📋 copy color: '#DEB100'

red 222 ◦ green 177 ◦ blue 0

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

Shades of Gamboge #DEB100

Tints of Gamboge #DEB100

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

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

R = 55.64%
G = 44.36%
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

#DEB100 (or 0xDEB100) is known color: Gamboge. HEX triplet: DE, B1 and 00. RGB value is (222,177,0). Sum of RGB (Red+Green+Blue) = 222+177+0=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB100 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB100 is #214EFF. Grayscale: #ABABAB. Windows color (decimal): -2182912 or 45534. OLE color: 45534.

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

Color convert

RGB 222 177 0 -
CMYK 0 0.20 1 0.13
HSL 47.84º 1% 0.44% -
HSV(B) 47.84º 1% 0.87% -
XYZ 45.85 46.97 6.65 -
YUV 170.28 31.91 164.89 -
System Red Green Blue C M Y K H S L
Decimal 222 177 0 0 0.20 1 0.13 47.84 1 0.44
Hex DE B1 0 0 14 64 D 30 64 2C
Octal 336 261 0 0 24 144 15 60 144 54
Binary 11011110 10110001 0 0 10100 1100100 1101 110000 1100100 101100

Color Harmonies of #DEB100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB100

Black with #DEB100

Text Example


Text Example

White with #DEB100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB100; }

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

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

background-color css

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

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

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

border-color css

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

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

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