#D69700

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

Shades of Gamboge #D69700

Tints of Gamboge #D69700

Color information

#D69700 (or 0xD69700) is unknown color: approx Gamboge. HEX triplet: D6, 97 and 00. RGB value is (214,151,0). Sum of RGB (Red+Green+Blue) = 214+151+0=365 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.63% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 214 - color contains mainly: red. Hex color #D69700 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69700 is #2968FF. Grayscale: #999999. Windows color (decimal): -2713856 or 38870. OLE color: 38870.

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

Color convert

RGB2141510-
CMYK00.2910.16
HSL42.34º100%41.96%-
HSV(B)42.34º100%83.92%-
XYZ38.836.434.99-
YUV152.6241.87171.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.63%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.63%
G=41.37%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 1
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214151000.2910.1642.3410041.96
HexD697001D64102a642a
Octal3262270035144205214452
Binary110101101001011100111011100100100001010101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69700

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69700; }

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

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

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

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

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

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

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

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