Html Css Color HEX #D9890E Gamboge

📋 copy color: '#D9890E'

red 217 ◦ green 137 ◦ blue 14

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

Shades of Gamboge #D9890E

Tints of Gamboge #D9890E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.23%

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

R = 58.97%
G = 37.23%
B = 3.8%

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

#D9890E (or 0xD9890E) is known color: Gamboge. HEX triplet: D9, 89 and 0E. RGB value is (217,137,14). Sum of RGB (Red+Green+Blue) = 217+137+14=368 (48% of max value = 765). Red value is 217 (85.16% from 255 or 58.97% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 14 (5.86% from 255 or 3.80% from 368); Max value from RGB is 217 - color contains mainly: red. Hex color #D9890E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9890E is #2676F1. Grayscale: #939393. Windows color (decimal): -2520818 or 952793. OLE color: 952793.

HSL color Cylindrical-coordinate representation of color #D9890E: hue angle of 36.35º 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 #D9890E is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 137 14 -
CMYK 0 0.37 0.94 0.15
HSL 36.35º 0.88% 0.45% -
HSV(B) 36.35º 0.94% 0.85% -
XYZ 37.64 32.67 4.74 -
YUV 146.9 53 178 -
System Red Green Blue C M Y K H S L
Decimal 217 137 14 0 0.37 0.94 0.15 36.35 0.88 0.45
Hex D9 89 E 0 25 5E F 24 58 2D
Octal 331 211 16 0 45 136 17 44 130 55
Binary 11011001 10001001 1110 0 100101 1011110 1111 100100 1011000 101101

Color Harmonies of #D9890E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9890E

Black with #D9890E

Text Example


Text Example

White with #D9890E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9890E; }

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

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

background-color css

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

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

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

border-color css

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

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

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