#D69817

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

Shades of Gamboge #D69817

Tints of Gamboge #D69817

Color information

#D69817 (or 0xD69817) is unknown color: approx Gamboge. HEX triplet: D6, 98 and 17. RGB value is (214,152,23). Sum of RGB (Red+Green+Blue) = 214+152+23=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 23 (9.38% from 255 or 5.91% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D69817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69817 is #2967E8. Grayscale: #9C9C9C. Windows color (decimal): -2713577 or 1546454. OLE color: 1546454.

HSL color Cylindrical-coordinate representation of color #D69817: hue angle of 40.52º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D69817 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.16.

Color convert

RGB21415223-
CMYK00.290.890.16
HSL40.52º80.59%46.47%-
HSV(B)40.52º89.25%83.92%-
XYZ39.1136.815.85-
YUV155.8353.04169.49-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.01%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 23 (9.38% from 255) = 5.91%
R=55.01%
G=39.07%
B=5.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141522300.290.890.1640.5280.5946.47
HexD6981701D591029512e
Octal32623027035131205112156
Binary1101011010011000101110111011011001100001010011010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69817; }

 p { color: rgb(214,152,23); }

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

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

 a { background-color: rgb(214,152,23); }

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

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

 span { border-color: rgb(214,152,23); }

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