#D69514

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

Shades of Gamboge #D69514

Tints of Gamboge #D69514

Color information

#D69514 (or 0xD69514) is unknown color: approx Gamboge. HEX triplet: D6, 95 and 14. RGB value is (214,149,20). Sum of RGB (Red+Green+Blue) = 214+149+20=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 20 (8.20% from 255 or 5.22% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D69514 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D69514 is #296AEB. Grayscale: #9A9A9A. Windows color (decimal): -2714348 or 1349078. OLE color: 1349078.

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

Color convert

RGB21414920-
CMYK00.300.910.16
HSL39.9º82.91%45.88%-
HSV(B)39.9º90.65%83.92%-
XYZ38.6135.845.55-
YUV153.7352.53170.99-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.87%
GREEN value IS 149 (58.59% from 255) = 38.90%
BLUE value IS 20 (8.20% from 255) = 5.22%
R=55.87%
G=38.90%
B=5.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141492000.300.910.1639.982.9145.88
HexD6951401E5B1028532e
Octal32622524036133205012356
Binary1101011010010101101000111101011011100001010001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69514; }

 p { color: rgb(214,149,20); }

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

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

 a { background-color: rgb(214,149,20); }

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

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

 span { border-color: rgb(214,149,20); }

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