Html Css Color HEX #D1B973 Putty

📋 copy color: '#D1B973'

red 209 ◦ green 185 ◦ blue 115

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

Shades of Putty #D1B973

Tints of Putty #D1B973

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 115 (45.31% from 255) = 22.59%

R = 41.06%
G = 36.35%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D1B973 (or 0xD1B973) is known color: Putty. HEX triplet: D1, B9 and 73. RGB value is (209,185,115). Sum of RGB (Red+Green+Blue) = 209+185+115=509 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.06% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B973 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B973 is #2E468C. Grayscale: #B8B8B8. Windows color (decimal): -3032717 or 7584209. OLE color: 7584209.

HSL color Cylindrical-coordinate representation of color #D1B973: hue angle of 44.68º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1B973 is Cyan = 0, Magento = 0.11, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 185 115 -
CMYK 0 0.11 0.45 0.18
HSL 44.68º 0.51% 0.64% -
HSV(B) 44.68º 0.45% 0.82% -
XYZ 46.74 49.49 23.31 -
YUV 184.2 88.95 145.69 -
System Red Green Blue C M Y K H S L
Decimal 209 185 115 0 0.11 0.45 0.18 44.68 0.51 0.64
Hex D1 B9 73 0 B 2D 12 2D 33 40
Octal 321 271 163 0 13 55 22 55 63 100
Binary 11010001 10111001 1110011 0 1011 101101 10010 101101 110011 1000000

Color Harmonies of #D1B973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B973

Black with #D1B973

Text Example


Text Example

White with #D1B973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B973; }

 p { color: rgb(209,185,115); }

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

background-color css

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

 a { background-color: rgb(209,185,115); }

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

border-color css

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

 span { border-color: rgb(209,185,115); }

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