Html Css Color HEX #D5960D Gamboge

📋 copy color: '#D5960D'

red 213 ◦ green 150 ◦ blue 13

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

Shades of Gamboge #D5960D

Tints of Gamboge #D5960D

RGB

 RED value IS 213 (83.59% from 255) = 56.65%

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

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

R = 56.65%
G = 39.89%
B = 3.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5960D (or 0xD5960D) is known color: Gamboge. HEX triplet: D5, 96 and 0D. RGB value is (213,150,13). Sum of RGB (Red+Green+Blue) = 213+150+13=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 150 (58.98% from 255 or 39.89% from 376); Blue value is 13 (5.47% from 255 or 3.46% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5960D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5960D is #2A69F2. Grayscale: #999999. Windows color (decimal): -2779635 or 890581. OLE color: 890581.

HSL color Cylindrical-coordinate representation of color #D5960D: hue angle of 41.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5960D is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 150 13 -
CMYK 0 0.30 0.94 0.16
HSL 41.1º 0.88% 0.44% -
HSV(B) 41.1º 0.94% 0.84% -
XYZ 38.42 35.99 5.3 -
YUV 153.22 48.87 170.64 -
System Red Green Blue C M Y K H S L
Decimal 213 150 13 0 0.30 0.94 0.16 41.1 0.88 0.44
Hex D5 96 D 0 1E 5E 10 29 58 2C
Octal 325 226 15 0 36 136 20 51 130 54
Binary 11010101 10010110 1101 0 11110 1011110 10000 101001 1011000 101100

Color Harmonies of #D5960D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5960D

Black with #D5960D

Text Example


Text Example

White with #D5960D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5960D; }

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

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

background-color css

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

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

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

border-color css

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

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

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