Html Css Color HEX #D9A90D Gamboge

📋 copy color: '#D9A90D'

red 217 ◦ green 169 ◦ blue 13

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

Shades of Gamboge #D9A90D

Tints of Gamboge #D9A90D

RGB

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

 GREEN value IS 169 (66.41% from 255) = 42.36%

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

R = 54.39%
G = 42.36%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9A90D (or 0xD9A90D) is known color: Gamboge. HEX triplet: D9, A9 and 0D. RGB value is (217,169,13). Sum of RGB (Red+Green+Blue) = 217+169+13=399 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.39% from 399); Green value is 169 (66.41% from 255 or 42.36% from 399); Blue value is 13 (5.47% from 255 or 3.26% from 399); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A90D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9A90D is #2656F2. Grayscale: #A6A6A6. Windows color (decimal): -2512627 or 895449. OLE color: 895449.

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

Color convert

RGB 217 169 13 -
CMYK 0 0.22 0.94 0.15
HSL 45.88º 0.89% 0.45% -
HSV(B) 45.88º 0.94% 0.85% -
XYZ 42.88 43.16 6.45 -
YUV 165.57 41.9 164.68 -
System Red Green Blue C M Y K H S L
Decimal 217 169 13 0 0.22 0.94 0.15 45.88 0.89 0.45
Hex D9 A9 D 0 16 5E F 2E 59 2D
Octal 331 251 15 0 26 136 17 56 131 55
Binary 11011001 10101001 1101 0 10110 1011110 1111 101110 1011001 101101

Color Harmonies of #D9A90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A90D

Black with #D9A90D

Text Example


Text Example

White with #D9A90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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