Html Css Color HEX #D1890F Gamboge

📋 copy color: '#D1890F'

red 209 ◦ green 137 ◦ blue 15

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

Shades of Gamboge #D1890F

Tints of Gamboge #D1890F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.95%

 BLUE value IS 15 (6.25% from 255) = 4.16%

R = 57.89%
G = 37.95%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1890F (or 0xD1890F) is known color: Gamboge. HEX triplet: D1, 89 and 0F. RGB value is (209,137,15). Sum of RGB (Red+Green+Blue) = 209+137+15=361 (47% of max value = 765). Red value is 209 (82.03% from 255 or 57.89% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 15 (6.25% from 255 or 4.16% from 361); Max value from RGB is 209 - color contains mainly: red. Hex color #D1890F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1890F is #2E76F0. Grayscale: #919191. Windows color (decimal): -3045105 or 1018321. OLE color: 1018321.

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

Color convert

RGB 209 137 15 -
CMYK 0 0.34 0.93 0.18
HSL 37.73º 0.87% 0.44% -
HSV(B) 37.73º 0.93% 0.82% -
XYZ 35.33 31.48 4.67 -
YUV 144.62 54.85 173.92 -
System Red Green Blue C M Y K H S L
Decimal 209 137 15 0 0.34 0.93 0.18 37.73 0.87 0.44
Hex D1 89 F 0 22 5D 12 26 57 2C
Octal 321 211 17 0 42 135 22 46 127 54
Binary 11010001 10001001 1111 0 100010 1011101 10010 100110 1010111 101100

Color Harmonies of #D1890F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1890F

Black with #D1890F

Text Example


Text Example

White with #D1890F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1890F; }

 p { color: rgb(209,137,15); }

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

background-color css

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

 a { background-color: rgb(209,137,15); }

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

border-color css

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

 span { border-color: rgb(209,137,15); }

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