Html Css Color HEX #D1960C Gamboge

📋 copy color: '#D1960C'

red 209 ◦ green 150 ◦ blue 12

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

Shades of Gamboge #D1960C

Tints of Gamboge #D1960C

RGB

 RED value IS 209 (82.03% from 255) = 56.33%

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

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

R = 56.33%
G = 40.43%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1960C (or 0xD1960C) is known color: Gamboge. HEX triplet: D1, 96 and 0C. RGB value is (209,150,12). Sum of RGB (Red+Green+Blue) = 209+150+12=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 150 (58.98% from 255 or 40.43% from 371); Blue value is 12 (5.08% from 255 or 3.23% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1960C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1960C is #2E69F3. Grayscale: #989898. Windows color (decimal): -3041780 or 825041. OLE color: 825041.

HSL color Cylindrical-coordinate representation of color #D1960C: hue angle of 42.03º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1960C is Cyan = 0, Magento = 0.28, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 150 12 -
CMYK 0 0.28 0.94 0.18
HSL 42.03º 0.89% 0.43% -
HSV(B) 42.03º 0.94% 0.82% -
XYZ 37.27 35.39 5.22 -
YUV 151.91 49.05 168.72 -
System Red Green Blue C M Y K H S L
Decimal 209 150 12 0 0.28 0.94 0.18 42.03 0.89 0.43
Hex D1 96 C 0 1C 5E 12 2A 59 2B
Octal 321 226 14 0 34 136 22 52 131 53
Binary 11010001 10010110 1100 0 11100 1011110 10010 101010 1011001 101011

Color Harmonies of #D1960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1960C

Black with #D1960C

Text Example


Text Example

White with #D1960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1960C; }

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

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

background-color css

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

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

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

border-color css

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

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

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