#D69902

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

Shades of Gamboge #D69902

Tints of Gamboge #D69902

Color information

#D69902 (or 0xD69902) is unknown color: approx Gamboge. HEX triplet: D6, 99 and 02. RGB value is (214,153,2). Sum of RGB (Red+Green+Blue) = 214+153+2=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 153 (60.16% from 255 or 41.46% from 369); Blue value is 2 (1.17% from 255 or 0.54% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D69902 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69902 is #2966FD. Grayscale: #9A9A9A. Windows color (decimal): -2713342 or 170454. OLE color: 170454.

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

Color convert

RGB2141532-
CMYK00.290.990.16
HSL42.74º98.15%42.35%-
HSV(B)42.74º99.07%83.92%-
XYZ39.1337.085.15-
YUV154.0242.21170.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.99%
GREEN value IS 153 (60.16% from 255) = 41.46%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=57.99%
G=41.46%
B=0.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214153200.290.990.1642.7498.1542.35
HexD699201D63102b622a
Octal3262312035143205314252
Binary1101011010011001100111011100011100001010111100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69902

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69902; }

 p { color: rgb(214,153,2); }

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

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

 a { background-color: rgb(214,153,2); }

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

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

 span { border-color: rgb(214,153,2); }

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