Html Css Color HEX #D1950D Gamboge

📋 copy color: '#D1950D'

red 209 ◦ green 149 ◦ blue 13

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

Shades of Gamboge #D1950D

Tints of Gamboge #D1950D

RGB

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

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

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

R = 56.33%
G = 40.16%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1950D (or 0xD1950D) is known color: Gamboge. HEX triplet: D1, 95 and 0D. RGB value is (209,149,13). Sum of RGB (Red+Green+Blue) = 209+149+13=371 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.33% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 209 - color contains mainly: red. Hex color #D1950D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1950D is #2E6AF2. Grayscale: #989898. Windows color (decimal): -3042035 or 890321. OLE color: 890321.

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

Color convert

RGB 209 149 13 -
CMYK 0 0.29 0.94 0.18
HSL 41.63º 0.88% 0.44% -
HSV(B) 41.63º 0.94% 0.82% -
XYZ 37.11 35.08 5.2 -
YUV 151.44 49.88 169.06 -
System Red Green Blue C M Y K H S L
Decimal 209 149 13 0 0.29 0.94 0.18 41.63 0.88 0.44
Hex D1 95 D 0 1D 5E 12 2A 58 2C
Octal 321 225 15 0 35 136 22 52 130 54
Binary 11010001 10010101 1101 0 11101 1011110 10010 101010 1011000 101100

Color Harmonies of #D1950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1950D

Black with #D1950D

Text Example


Text Example

White with #D1950D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1950D; }

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

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

background-color css

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

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

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

border-color css

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

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

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