Html Css Color HEX #D9990D Gamboge

📋 copy color: '#D9990D'

red 217 ◦ green 153 ◦ blue 13

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

Shades of Gamboge #D9990D

Tints of Gamboge #D9990D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.95%

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

R = 56.66%
G = 39.95%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9990D (or 0xD9990D) is known color: Gamboge. HEX triplet: D9, 99 and 0D. RGB value is (217,153,13). Sum of RGB (Red+Green+Blue) = 217+153+13=383 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.66% from 383); Green value is 153 (60.16% from 255 or 39.95% from 383); Blue value is 13 (5.47% from 255 or 3.39% from 383); Max value from RGB is 217 - color contains mainly: red. Hex color #D9990D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9990D is #2666F2. Grayscale: #9C9C9C. Windows color (decimal): -2516723 or 891353. OLE color: 891353.

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

Color convert

RGB 217 153 13 -
CMYK 0 0.29 0.94 0.15
HSL 41.18º 0.89% 0.45% -
HSV(B) 41.18º 0.94% 0.85% -
XYZ 40.08 37.56 5.52 -
YUV 156.18 47.2 171.38 -
System Red Green Blue C M Y K H S L
Decimal 217 153 13 0 0.29 0.94 0.15 41.18 0.89 0.45
Hex D9 99 D 0 1D 5E F 29 59 2D
Octal 331 231 15 0 35 136 17 51 131 55
Binary 11011001 10011001 1101 0 11101 1011110 1111 101001 1011001 101101

Color Harmonies of #D9990D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9990D

Black with #D9990D

Text Example


Text Example

White with #D9990D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9990D; }

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

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

background-color css

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

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

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

border-color css

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

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

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