Html Css Color HEX #D1970E Gamboge

📋 copy color: '#D1970E'

red 209 ◦ green 151 ◦ blue 14

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

Shades of Gamboge #D1970E

Tints of Gamboge #D1970E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 40.37%

 BLUE value IS 14 (5.86% from 255) = 3.74%

R = 55.88%
G = 40.37%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D1970E (or 0xD1970E) is known color: Gamboge. HEX triplet: D1, 97 and 0E. RGB value is (209,151,14). Sum of RGB (Red+Green+Blue) = 209+151+14=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 14 (5.86% from 255 or 3.74% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1970E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1970E is #2E68F1. Grayscale: #999999. Windows color (decimal): -3041522 or 956369. OLE color: 956369.

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

Color convert

RGB 209 151 14 -
CMYK 0 0.28 0.93 0.18
HSL 42.15º 0.87% 0.44% -
HSV(B) 42.15º 0.93% 0.82% -
XYZ 37.44 35.72 5.34 -
YUV 152.72 49.72 168.14 -
System Red Green Blue C M Y K H S L
Decimal 209 151 14 0 0.28 0.93 0.18 42.15 0.87 0.44
Hex D1 97 E 0 1C 5D 12 2A 57 2C
Octal 321 227 16 0 34 135 22 52 127 54
Binary 11010001 10010111 1110 0 11100 1011101 10010 101010 1010111 101100

Color Harmonies of #D1970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1970E

Black with #D1970E

Text Example


Text Example

White with #D1970E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1970E; }

 p { color: rgb(209,151,14); }

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

background-color css

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

 a { background-color: rgb(209,151,14); }

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

border-color css

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

 span { border-color: rgb(209,151,14); }

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