Html Css Color HEX #D1900D Gamboge

📋 copy color: '#D1900D'

red 209 ◦ green 144 ◦ blue 13

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

Shades of Gamboge #D1900D

Tints of Gamboge #D1900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 39.34%

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

R = 57.1%
G = 39.34%
B = 3.55%

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

#D1900D (or 0xD1900D) is known color: Gamboge. HEX triplet: D1, 90 and 0D. RGB value is (209,144,13). Sum of RGB (Red+Green+Blue) = 209+144+13=366 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.10% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 13 (5.47% from 255 or 3.55% from 366); Max value from RGB is 209 - color contains mainly: red. Hex color #D1900D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1900D is #2E6FF2. Grayscale: #959595. Windows color (decimal): -3043315 or 889041. OLE color: 889041.

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

Color convert

RGB 209 144 13 -
CMYK 0 0.31 0.94 0.18
HSL 40.1º 0.88% 0.44% -
HSV(B) 40.1º 0.94% 0.82% -
XYZ 36.34 33.53 4.94 -
YUV 148.5 51.53 171.15 -
System Red Green Blue C M Y K H S L
Decimal 209 144 13 0 0.31 0.94 0.18 40.1 0.88 0.44
Hex D1 90 D 0 1F 5E 12 28 58 2C
Octal 321 220 15 0 37 136 22 50 130 54
Binary 11010001 10010000 1101 0 11111 1011110 10010 101000 1011000 101100

Color Harmonies of #D1900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1900D

Black with #D1900D

Text Example


Text Example

White with #D1900D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1900D; }

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

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

background-color css

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

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

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

border-color css

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

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

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