Html Css Color HEX #D9890D Gamboge

📋 copy color: '#D9890D'

red 217 ◦ green 137 ◦ blue 13

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

Shades of Gamboge #D9890D

Tints of Gamboge #D9890D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.54%

R = 59.13%
G = 37.33%
B = 3.54%

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

#D9890D (or 0xD9890D) is known color: Gamboge. HEX triplet: D9, 89 and 0D. RGB value is (217,137,13). Sum of RGB (Red+Green+Blue) = 217+137+13=367 (48% of max value = 765). Red value is 217 (85.16% from 255 or 59.13% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 217 - color contains mainly: red. Hex color #D9890D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9890D is #2676F2. Grayscale: #939393. Windows color (decimal): -2520819 or 887257. OLE color: 887257.

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

Color convert

RGB 217 137 13 -
CMYK 0 0.37 0.94 0.15
HSL 36.47º 0.89% 0.45% -
HSV(B) 36.47º 0.94% 0.85% -
XYZ 37.63 32.67 4.7 -
YUV 146.78 52.5 178.08 -
System Red Green Blue C M Y K H S L
Decimal 217 137 13 0 0.37 0.94 0.15 36.47 0.89 0.45
Hex D9 89 D 0 25 5E F 24 59 2D
Octal 331 211 15 0 45 136 17 44 131 55
Binary 11011001 10001001 1101 0 100101 1011110 1111 100100 1011001 101101

Color Harmonies of #D9890D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9890D

Black with #D9890D

Text Example


Text Example

White with #D9890D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9890D; }

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

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

background-color css

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

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

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

border-color css

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

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

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