#D69500

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

Shades of Gamboge #D69500

Tints of Gamboge #D69500

Color information

#D69500 (or 0xD69500) is unknown color: approx Gamboge. HEX triplet: D6, 95 and 00. RGB value is (214,149,0). Sum of RGB (Red+Green+Blue) = 214+149+0=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 149 (58.59% from 255 or 41.05% from 363); Blue value is 0 (0.39% from 255 or 0% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D69500 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69500 is #296AFF. Grayscale: #989898. Windows color (decimal): -2714368 or 38358. OLE color: 38358.

HSL color Cylindrical-coordinate representation of color #D69500: hue angle of 41.78º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D69500 is Cyan = 0, Magento = 0.30, Yellow = 1 and Black (K on CMYK) = 0.16.

Color convert

RGB2141490-
CMYK00.3010.16
HSL41.78º100%41.96%-
HSV(B)41.78º100%83.92%-
XYZ38.4835.794.88-
YUV151.4542.53172.62-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 149 (58.59% from 255) = 41.05%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.95%
G=41.05%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214149000.3010.1641.7810041.96
HexD695001E64102a642a
Octal3262250036144205214452
Binary110101101001010100111101100100100001010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69500; }

 p { color: rgb(214,149,0); }

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

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

 a { background-color: rgb(214,149,0); }

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

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

 span { border-color: rgb(214,149,0); }

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