Html Css Color HEX #D5950C Gamboge

📋 copy color: '#D5950C'

red 213 ◦ green 149 ◦ blue 12

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

Shades of Gamboge #D5950C

Tints of Gamboge #D5950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.84%

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

R = 56.95%
G = 39.84%
B = 3.21%

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

#D5950C (or 0xD5950C) is known color: Gamboge. HEX triplet: D5, 95 and 0C. RGB value is (213,149,12). Sum of RGB (Red+Green+Blue) = 213+149+12=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 12 (5.08% from 255 or 3.21% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5950C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5950C is #2A6AF3. Grayscale: #999999. Windows color (decimal): -2779892 or 824789. OLE color: 824789.

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

Color convert

RGB 213 149 12 -
CMYK 0 0.30 0.94 0.16
HSL 40.9º 0.89% 0.44% -
HSV(B) 40.9º 0.94% 0.84% -
XYZ 38.25 35.67 5.22 -
YUV 152.52 48.7 171.14 -
System Red Green Blue C M Y K H S L
Decimal 213 149 12 0 0.30 0.94 0.16 40.9 0.89 0.44
Hex D5 95 C 0 1E 5E 10 29 59 2C
Octal 325 225 14 0 36 136 20 51 131 54
Binary 11010101 10010101 1100 0 11110 1011110 10000 101001 1011001 101100

Color Harmonies of #D5950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5950C

Black with #D5950C

Text Example


Text Example

White with #D5950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5950C; }

 p { color: rgb(213,149,12); }

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

background-color css

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

 a { background-color: rgb(213,149,12); }

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

border-color css

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

 span { border-color: rgb(213,149,12); }

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