Html Css Color HEX #D1910D Gamboge

📋 copy color: '#D1910D'

red 209 ◦ green 145 ◦ blue 13

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

Shades of Gamboge #D1910D

Tints of Gamboge #D1910D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.51%

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

R = 56.95%
G = 39.51%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1910D (or 0xD1910D) is known color: Gamboge. HEX triplet: D1, 91 and 0D. RGB value is (209,145,13). Sum of RGB (Red+Green+Blue) = 209+145+13=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 145 (57.03% from 255 or 39.51% from 367); Blue value is 13 (5.47% from 255 or 3.54% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D1910D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1910D is #2E6EF2. Grayscale: #959595. Windows color (decimal): -3043059 or 889297. OLE color: 889297.

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

Color convert

RGB 209 145 13 -
CMYK 0 0.31 0.94 0.18
HSL 40.41º 0.88% 0.44% -
HSV(B) 40.41º 0.94% 0.82% -
XYZ 36.49 33.84 4.99 -
YUV 149.09 51.2 170.73 -
System Red Green Blue C M Y K H S L
Decimal 209 145 13 0 0.31 0.94 0.18 40.41 0.88 0.44
Hex D1 91 D 0 1F 5E 12 28 58 2C
Octal 321 221 15 0 37 136 22 50 130 54
Binary 11010001 10010001 1101 0 11111 1011110 10010 101000 1011000 101100

Color Harmonies of #D1910D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1910D

Black with #D1910D

Text Example


Text Example

White with #D1910D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1910D; }

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

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

background-color css

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

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

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

border-color css

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

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

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