#D68D07

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

Shades of Gamboge #D68D07

Tints of Gamboge #D68D07

Color information

#D68D07 (or 0xD68D07) is unknown color: approx Gamboge. HEX triplet: D6, 8D and 07. RGB value is (214,141,7). Sum of RGB (Red+Green+Blue) = 214+141+7=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 7 (3.12% from 255 or 1.93% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68D07 is #2972F8. Grayscale: #949494. Windows color (decimal): -2716409 or 495062. OLE color: 495062.

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

Color convert

RGB2141417-
CMYK00.340.970.16
HSL38.84º93.67%43.33%-
HSV(B)38.84º96.73%83.92%-
XYZ37.2933.364.67-
YUV147.5548.68175.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 59.12%
GREEN value IS 141 (55.47% from 255) = 38.95%
BLUE value IS 7 (3.12% from 255) = 1.93%
R=59.12%
G=38.95%
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
Decimal214141700.340.970.1638.8493.6743.33
HexD68D70226110275e2b
Octal3262157042141204713653
Binary110101101000110111101000101100001100001001111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D07; }

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

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

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

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

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

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

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

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