Html Css Color HEX #D3910F Gamboge

📋 copy color: '#D3910F'

red 211 ◦ green 145 ◦ blue 15

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

Shades of Gamboge #D3910F

Tints of Gamboge #D3910F

RGB

 RED value IS 211 (82.81% from 255) = 56.87%

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

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

R = 56.87%
G = 39.08%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#D3910F (or 0xD3910F) is known color: Gamboge. HEX triplet: D3, 91 and 0F. RGB value is (211,145,15). Sum of RGB (Red+Green+Blue) = 211+145+15=371 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.87% from 371); Green value is 145 (57.03% from 255 or 39.08% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 211 - color contains mainly: red. Hex color #D3910F is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3910F is #2C6EF0. Grayscale: #969696. Windows color (decimal): -2911985 or 1020371. OLE color: 1020371.

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

Color convert

RGB 211 145 15 -
CMYK 0 0.31 0.93 0.17
HSL 39.8º 0.87% 0.44% -
HSV(B) 39.8º 0.93% 0.83% -
XYZ 37.08 34.13 5.09 -
YUV 149.91 51.87 171.57 -
System Red Green Blue C M Y K H S L
Decimal 211 145 15 0 0.31 0.93 0.17 39.8 0.87 0.44
Hex D3 91 F 0 1F 5D 11 28 57 2C
Octal 323 221 17 0 37 135 21 50 127 54
Binary 11010011 10010001 1111 0 11111 1011101 10001 101000 1010111 101100

Color Harmonies of #D3910F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3910F

Black with #D3910F

Text Example


Text Example

White with #D3910F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3910F; }

 p { color: rgb(211,145,15); }

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

background-color css

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

 a { background-color: rgb(211,145,15); }

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

border-color css

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

 span { border-color: rgb(211,145,15); }

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