#D69D01

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

Shades of Gamboge #D69D01

Tints of Gamboge #D69D01

Color information

#D69D01 (or 0xD69D01) is unknown color: approx Gamboge. HEX triplet: D6, 9D and 01. RGB value is (214,157,1). Sum of RGB (Red+Green+Blue) = 214+157+1=372 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.53% from 372); Green value is 157 (61.72% from 255 or 42.20% from 372); Blue value is 1 (0.78% from 255 or 0.27% from 372); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69D01 is #2962FE. Grayscale: #9C9C9C. Windows color (decimal): -2712319 or 105942. OLE color: 105942.

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

Color convert

RGB2141571-
CMYK00.271.000.16
HSL43.94º99.07%42.16%-
HSV(B)43.94º99.53%83.92%-
XYZ39.7938.415.35-
YUV156.2640.38169.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.53%
GREEN value IS 157 (61.72% from 255) = 42.20%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=57.53%
G=42.20%
B=0.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 1.00
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214157100.271.000.1643.9499.0742.16
HexD69D101B64102c632a
Octal3262351033144205414352
Binary110101101001110110110111100100100001011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D01; }

 p { color: rgb(214,157,1); }

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

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

 a { background-color: rgb(214,157,1); }

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

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

 span { border-color: rgb(214,157,1); }

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