Html Css Color HEX #D9880E Gamboge

📋 copy color: '#D9880E'

red 217 ◦ green 136 ◦ blue 14

#D9880E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gamboge #D9880E

Tints of Gamboge #D9880E

RGB

 RED value IS 217 (85.16% from 255) = 59.13%

 GREEN value IS 136 (53.52% from 255) = 37.06%

 BLUE value IS 14 (5.86% from 255) = 3.81%

R = 59.13%
G = 37.06%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9880E (or 0xD9880E) is known color: Gamboge. HEX triplet: D9, 88 and 0E. RGB value is (217,136,14). Sum of RGB (Red+Green+Blue) = 217+136+14=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 14 (5.86% from 255 or 3.81% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9880E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9880E is #2677F1. Grayscale: #929292. Windows color (decimal): -2521074 or 952537. OLE color: 952537.

HSL color Cylindrical-coordinate representation of color #D9880E: hue angle of 36.06º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D9880E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 136 14 -
CMYK 0 0.37 0.94 0.15
HSL 36.06º 0.88% 0.45% -
HSV(B) 36.06º 0.94% 0.85% -
XYZ 37.5 32.39 4.69 -
YUV 146.31 53.34 178.42 -
System Red Green Blue C M Y K H S L
Decimal 217 136 14 0 0.37 0.94 0.15 36.06 0.88 0.45
Hex D9 88 E 0 25 5E F 24 58 2D
Octal 331 210 16 0 45 136 17 44 130 55
Binary 11011001 10001000 1110 0 100101 1011110 1111 100100 1011000 101101

Color Harmonies of #D9880E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9880E

Black with #D9880E

Text Example


Text Example

White with #D9880E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9880E; }

 p { color: rgb(217,136,14); }

 H1.HeaderClassName
 {
   color: #D9880E;
 }
 .AnyTagClassName
 {
   color: #D9880E;
 }
</style>

background-color css

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

 a { background-color: rgb(217,136,14); }

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

border-color css

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

 span { border-color: rgb(217,136,14); }

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