Html Css Color HEX #DEB000 Gamboge

📋 copy color: '#DEB000'

red 222 ◦ green 176 ◦ blue 0

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

Shades of Gamboge #DEB000

Tints of Gamboge #DEB000

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 55.78%
G = 44.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DEB000 (or 0xDEB000) is known color: Gamboge. HEX triplet: DE, B0 and 00. RGB value is (222,176,0). Sum of RGB (Red+Green+Blue) = 222+176+0=398 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.78% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 222 - color contains mainly: red. Hex color #DEB000 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEB000 is #214FFF. Grayscale: #AAAAAA. Windows color (decimal): -2183168 or 45278. OLE color: 45278.

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

Color convert

RGB 222 176 0 -
CMYK 0 0.21 1 0.13
HSL 47.57º 1% 0.44% -
HSV(B) 47.57º 1% 0.87% -
XYZ 45.65 46.58 6.58 -
YUV 169.69 32.24 165.31 -
System Red Green Blue C M Y K H S L
Decimal 222 176 0 0 0.21 1 0.13 47.57 1 0.44
Hex DE B0 0 0 15 64 D 30 64 2C
Octal 336 260 0 0 25 144 15 60 144 54
Binary 11011110 10110000 0 0 10101 1100100 1101 110000 1100100 101100

Color Harmonies of #DEB000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEB000

Black with #DEB000

Text Example


Text Example

White with #DEB000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEB000; }

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

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

background-color css

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

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

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

border-color css

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

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

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