Html Css Color HEX #D9960C Gamboge

📋 copy color: '#D9960C'

red 217 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #D9960C

Tints of Gamboge #D9960C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.17%

R = 57.26%
G = 39.58%
B = 3.17%

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

#D9960C (or 0xD9960C) is known color: Gamboge. HEX triplet: D9, 96 and 0C. RGB value is (217,150,12). Sum of RGB (Red+Green+Blue) = 217+150+12=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 12 (5.08% from 255 or 3.17% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D9960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D9960C is #2669F3. Grayscale: #9A9A9A. Windows color (decimal): -2517492 or 825049. OLE color: 825049.

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

Color convert

RGB 217 150 12 -
CMYK 0 0.31 0.94 0.15
HSL 40.39º 0.9% 0.45% -
HSV(B) 40.39º 0.94% 0.85% -
XYZ 39.59 36.59 5.32 -
YUV 154.3 47.7 172.72 -
System Red Green Blue C M Y K H S L
Decimal 217 150 12 0 0.31 0.94 0.15 40.39 0.9 0.45
Hex D9 96 C 0 1F 5E F 28 5A 2D
Octal 331 226 14 0 37 136 17 50 132 55
Binary 11011001 10010110 1100 0 11111 1011110 1111 101000 1011010 101101

Color Harmonies of #D9960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9960C

Black with #D9960C

Text Example


Text Example

White with #D9960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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