#DEAB00

Color #DEAB00 Gamboge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gamboge #DEAB00

Tints of Gamboge #DEAB00

Color information

#DEAB00 (or 0xDEAB00) is unknown color: approx Gamboge. HEX triplet: DE, AB and 00. RGB value is (222,171,0). Sum of RGB (Red+Green+Blue) = 222+171+0=393 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.49% from 393); Green value is 171 (67.19% from 255 or 43.51% from 393); Blue value is 0 (0.39% from 255 or 0% from 393); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB00 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB00 is #2154FF. Grayscale: #A7A7A7. Windows color (decimal): -2184448 or 43998. OLE color: 43998.

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

Color convert

RGB2221710-
CMYK00.2310.13
HSL46.22º100%43.53%-
HSV(B)46.22º100%87.06%-
XYZ44.6944.666.26-
YUV166.7633.9167.4-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 56.49%
GREEN value IS 171 (67.19% from 255) = 43.51%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.49%
G=43.51%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222171000.2310.1346.2210043.53
HexDEAB001764D2e642c
Octal3362530027144155614454
Binary11011110101010110010111110010011011011101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAB00; }

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

 H1.HeaderClassName
 {
   color: #DEAB00;
 }
 .AnyTagClassName
 {
   color: #DEAB00;
 }
</style>
background-color css

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

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

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

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

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

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