Html Css Color HEX #D9970D Gamboge

📋 copy color: '#D9970D'

red 217 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #D9970D

Tints of Gamboge #D9970D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.63%

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

R = 56.96%
G = 39.63%
B = 3.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9970D (or 0xD9970D) is known color: Gamboge. HEX triplet: D9, 97 and 0D. RGB value is (217,151,13). Sum of RGB (Red+Green+Blue) = 217+151+13=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 151 (59.38% from 255 or 39.63% from 381); Blue value is 13 (5.47% from 255 or 3.41% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D9970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9970D is #2668F2. Grayscale: #9B9B9B. Windows color (decimal): -2517235 or 890841. OLE color: 890841.

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

Color convert

RGB 217 151 13 -
CMYK 0 0.30 0.94 0.15
HSL 40.59º 0.89% 0.45% -
HSV(B) 40.59º 0.94% 0.85% -
XYZ 39.75 36.91 5.41 -
YUV 155 47.87 172.22 -
System Red Green Blue C M Y K H S L
Decimal 217 151 13 0 0.30 0.94 0.15 40.59 0.89 0.45
Hex D9 97 D 0 1E 5E F 29 59 2D
Octal 331 227 15 0 36 136 17 51 131 55
Binary 11011001 10010111 1101 0 11110 1011110 1111 101001 1011001 101101

Color Harmonies of #D9970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9970D

Black with #D9970D

Text Example


Text Example

White with #D9970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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