Html Css Color HEX #D5B373 Putty

📋 copy color: '#D5B373'

red 213 ◦ green 179 ◦ blue 115

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

Shades of Putty #D5B373

Tints of Putty #D5B373

RGB

 RED value IS 213 (83.59% from 255) = 42.01%

 GREEN value IS 179 (70.31% from 255) = 35.31%

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

R = 42.01%
G = 35.31%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D5B373 (or 0xD5B373) is known color: Putty. HEX triplet: D5, B3 and 73. RGB value is (213,179,115). Sum of RGB (Red+Green+Blue) = 213+179+115=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 179 (70.31% from 255 or 35.31% from 507); Blue value is 115 (45.31% from 255 or 22.68% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B373 is #2A4C8C. Grayscale: #B6B6B6. Windows color (decimal): -2772109 or 7582677. OLE color: 7582677.

HSL color Cylindrical-coordinate representation of color #D5B373: hue angle of 39.18º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5B373 is Cyan = 0, Magento = 0.16, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 179 115 -
CMYK 0 0.16 0.46 0.16
HSL 39.18º 0.54% 0.64% -
HSV(B) 39.18º 0.46% 0.84% -
XYZ 46.66 47.62 22.95 -
YUV 181.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 213 179 115 0 0.16 0.46 0.16 39.18 0.54 0.64
Hex D5 B3 73 0 10 2E 10 27 36 40
Octal 325 263 163 0 20 56 20 47 66 100
Binary 11010101 10110011 1110011 0 10000 101110 10000 100111 110110 1000000

Color Harmonies of #D5B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B373

Black with #D5B373

Text Example


Text Example

White with #D5B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B373; }

 p { color: rgb(213,179,115); }

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

background-color css

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

 a { background-color: rgb(213,179,115); }

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

border-color css

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

 span { border-color: rgb(213,179,115); }

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