Html Css Color HEX #D5950D Gamboge

📋 copy color: '#D5950D'

red 213 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #D5950D

Tints of Gamboge #D5950D

RGB

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

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

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

R = 56.8%
G = 39.73%
B = 3.47%

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

#D5950D (or 0xD5950D) is known color: Gamboge. HEX triplet: D5, 95 and 0D. RGB value is (213,149,13). Sum of RGB (Red+Green+Blue) = 213+149+13=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 149 (58.59% from 255 or 39.73% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D5950D is #2A6AF2. Grayscale: #999999. Windows color (decimal): -2779891 or 890325. OLE color: 890325.

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

Color convert

RGB 213 149 13 -
CMYK 0 0.30 0.94 0.16
HSL 40.8º 0.88% 0.44% -
HSV(B) 40.8º 0.94% 0.84% -
XYZ 38.26 35.67 5.25 -
YUV 152.63 49.2 171.06 -
System Red Green Blue C M Y K H S L
Decimal 213 149 13 0 0.30 0.94 0.16 40.8 0.88 0.44
Hex D5 95 D 0 1E 5E 10 29 58 2C
Octal 325 225 15 0 36 136 20 51 130 54
Binary 11010101 10010101 1101 0 11110 1011110 10000 101001 1011000 101100

Color Harmonies of #D5950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5950D

Black with #D5950D

Text Example


Text Example

White with #D5950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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