#D69C01

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

Shades of Gamboge #D69C01

Tints of Gamboge #D69C01

Color information

#D69C01 (or 0xD69C01) is unknown color: approx Gamboge. HEX triplet: D6, 9C and 01. RGB value is (214,156,1). Sum of RGB (Red+Green+Blue) = 214+156+1=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 156 (61.33% from 255 or 42.05% from 371); Blue value is 1 (0.78% from 255 or 0.27% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69C01 is #2963FE. Grayscale: #9C9C9C. Windows color (decimal): -2712575 or 105686. OLE color: 105686.

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

Color convert

RGB2141561-
CMYK00.271.000.16
HSL43.66º99.07%42.16%-
HSV(B)43.66º99.53%83.92%-
XYZ39.6338.085.29-
YUV155.6740.72169.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 156 (61.33% from 255) = 42.05%
BLUE value IS 1 (0.78% from 255) = 0.27%
R=57.68%
G=42.05%
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
Decimal214156100.271.000.1643.6699.0742.16
HexD69C101B64102c632a
Octal3262341033144205414352
Binary110101101001110010110111100100100001011001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C01; }

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

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

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

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

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

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

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

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