#D68E07

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

Shades of Gamboge #D68E07

Tints of Gamboge #D68E07

Color information

#D68E07 (or 0xD68E07) is unknown color: approx Gamboge. HEX triplet: D6, 8E and 07. RGB value is (214,142,7). Sum of RGB (Red+Green+Blue) = 214+142+7=363 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.95% from 363); Green value is 142 (55.86% from 255 or 39.12% from 363); Blue value is 7 (3.12% from 255 or 1.93% from 363); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68E07 is #2971F8. Grayscale: #949494. Windows color (decimal): -2716153 or 495318. OLE color: 495318.

HSL color Cylindrical-coordinate representation of color #D68E07: hue angle of 39.13º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D68E07 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.16.

Color convert

RGB2141427-
CMYK00.340.970.16
HSL39.13º93.67%43.33%-
HSV(B)39.13º96.73%83.92%-
XYZ37.4433.664.72-
YUV148.1448.35174.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 58.95%
GREEN value IS 142 (55.86% from 255) = 39.12%
BLUE value IS 7 (3.12% from 255) = 1.93%
R=58.95%
G=39.12%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.97
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214142700.340.970.1639.1393.6743.33
HexD68E70226110275e2b
Octal3262167042141204713653
Binary110101101000111011101000101100001100001001111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E07; }

 p { color: rgb(214,142,7); }

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

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

 a { background-color: rgb(214,142,7); }

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

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

 span { border-color: rgb(214,142,7); }

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