Html Css Color HEX #D1970D Gamboge

📋 copy color: '#D1970D'

red 209 ◦ green 151 ◦ blue 13

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

Shades of Gamboge #D1970D

Tints of Gamboge #D1970D

RGB

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

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

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

R = 56.03%
G = 40.48%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D1970D (or 0xD1970D) is known color: Gamboge. HEX triplet: D1, 97 and 0D. RGB value is (209,151,13). Sum of RGB (Red+Green+Blue) = 209+151+13=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 13 (5.47% from 255 or 3.49% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1970D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D1970D is #2E68F2. Grayscale: #999999. Windows color (decimal): -3041523 or 890833. OLE color: 890833.

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

Color convert

RGB 209 151 13 -
CMYK 0 0.28 0.94 0.18
HSL 42.24º 0.88% 0.44% -
HSV(B) 42.24º 0.94% 0.82% -
XYZ 37.43 35.72 5.3 -
YUV 152.61 49.22 168.22 -
System Red Green Blue C M Y K H S L
Decimal 209 151 13 0 0.28 0.94 0.18 42.24 0.88 0.44
Hex D1 97 D 0 1C 5E 12 2A 58 2C
Octal 321 227 15 0 34 136 22 52 130 54
Binary 11010001 10010111 1101 0 11100 1011110 10010 101010 1011000 101100

Color Harmonies of #D1970D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1970D

Black with #D1970D

Text Example


Text Example

White with #D1970D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1970D; }

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

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

background-color css

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

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

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

border-color css

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

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

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