Html Css Color HEX #D9960D Gamboge

📋 copy color: '#D9960D'

red 217 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #D9960D

Tints of Gamboge #D9960D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.47%

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

R = 57.11%
G = 39.47%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9960D (or 0xD9960D) is known color: Gamboge. HEX triplet: D9, 96 and 0D. RGB value is (217,150,13). Sum of RGB (Red+Green+Blue) = 217+150+13=380 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.11% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 217 - color contains mainly: red. Hex color #D9960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9960D is #2669F2. Grayscale: #9B9B9B. Windows color (decimal): -2517491 or 890585. OLE color: 890585.

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

Color convert

RGB 217 150 13 -
CMYK 0 0.31 0.94 0.15
HSL 40.29º 0.89% 0.45% -
HSV(B) 40.29º 0.94% 0.85% -
XYZ 39.59 36.59 5.36 -
YUV 154.42 48.2 172.64 -
System Red Green Blue C M Y K H S L
Decimal 217 150 13 0 0.31 0.94 0.15 40.29 0.89 0.45
Hex D9 96 D 0 1F 5E F 28 59 2D
Octal 331 226 15 0 37 136 17 50 131 55
Binary 11011001 10010110 1101 0 11111 1011110 1111 101000 1011001 101101

Color Harmonies of #D9960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9960D

Black with #D9960D

Text Example


Text Example

White with #D9960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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