#D69E05

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

Shades of Gamboge #D69E05

Tints of Gamboge #D69E05

Color information

#D69E05 (or 0xD69E05) is unknown color: approx Gamboge. HEX triplet: D6, 9E and 05. RGB value is (214,158,5). Sum of RGB (Red+Green+Blue) = 214+158+5=377 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.76% from 377); Green value is 158 (62.11% from 255 or 41.91% from 377); Blue value is 5 (2.34% from 255 or 1.33% from 377); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E05 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69E05 is #2961FA. Grayscale: #9D9D9D. Windows color (decimal): -2712059 or 368342. OLE color: 368342.

HSL color Cylindrical-coordinate representation of color #D69E05: hue angle of 43.92º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D69E05 is Cyan = 0, Magento = 0.26, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB2141585-
CMYK00.260.980.16
HSL43.92º95.43%42.94%-
HSV(B)43.92º97.66%83.92%-
XYZ39.9938.765.52-
YUV157.342.05168.44-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.76%
GREEN value IS 158 (62.11% from 255) = 41.91%
BLUE value IS 5 (2.34% from 255) = 1.33%
R=56.76%
G=41.91%
B=1.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214158500.260.980.1643.9295.4342.94
HexD69E501A62102c5f2b
Octal3262365032142205413753
Binary11010110100111101010110101100010100001011001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E05; }

 p { color: rgb(214,158,5); }

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

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

 a { background-color: rgb(214,158,5); }

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

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

 span { border-color: rgb(214,158,5); }

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