Html Css Color HEX #D5B575 Putty

📋 copy color: '#D5B575'

red 213 ◦ green 181 ◦ blue 117

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

Shades of Putty #D5B575

Tints of Putty #D5B575

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.42%

 BLUE value IS 117 (46.09% from 255) = 22.9%

R = 41.68%
G = 35.42%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D5B575 (or 0xD5B575) is known color: Putty. HEX triplet: D5, B5 and 75. RGB value is (213,181,117). Sum of RGB (Red+Green+Blue) = 213+181+117=511 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.68% from 511); Green value is 181 (71.09% from 255 or 35.42% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B575 is #2A4A8A. Grayscale: #B7B7B7. Windows color (decimal): -2771595 or 7714261. OLE color: 7714261.

HSL color Cylindrical-coordinate representation of color #D5B575: hue angle of 40º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D5B575 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 181 117 -
CMYK 0 0.15 0.45 0.16
HSL 40º 0.53% 0.65% -
HSV(B) 40º 0.45% 0.84% -
XYZ 47.18 48.48 23.7 -
YUV 183.27 90.6 149.2 -
System Red Green Blue C M Y K H S L
Decimal 213 181 117 0 0.15 0.45 0.16 40 0.53 0.65
Hex D5 B5 75 0 F 2D 10 28 35 41
Octal 325 265 165 0 17 55 20 50 65 101
Binary 11010101 10110101 1110101 0 1111 101101 10000 101000 110101 1000001

Color Harmonies of #D5B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B575

Black with #D5B575

Text Example


Text Example

White with #D5B575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B575; }

 p { color: rgb(213,181,117); }

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

background-color css

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

 a { background-color: rgb(213,181,117); }

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

border-color css

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

 span { border-color: rgb(213,181,117); }

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