Html Css Color HEX #D5B571 Putty

📋 copy color: '#D5B571'

red 213 ◦ green 181 ◦ blue 113

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

Shades of Putty #D5B571

Tints of Putty #D5B571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.29%

R = 42.01%
G = 35.7%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5B571 (or 0xD5B571) is known color: Putty. HEX triplet: D5, B5 and 71. RGB value is (213,181,113). Sum of RGB (Red+Green+Blue) = 213+181+113=507 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.01% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B571 is #2A4A8E. Grayscale: #B7B7B7. Windows color (decimal): -2771599 or 7452117. OLE color: 7452117.

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

Color convert

RGB 213 181 113 -
CMYK 0 0.15 0.47 0.16
HSL 40.8º 0.54% 0.64% -
HSV(B) 40.8º 0.47% 0.84% -
XYZ 46.95 48.39 22.49 -
YUV 182.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 213 181 113 0 0.15 0.47 0.16 40.8 0.54 0.64
Hex D5 B5 71 0 F 2F 10 29 36 40
Octal 325 265 161 0 17 57 20 51 66 100
Binary 11010101 10110101 1110001 0 1111 101111 10000 101001 110110 1000000

Color Harmonies of #D5B571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B571

Black with #D5B571

Text Example


Text Example

White with #D5B571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B571; }

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

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

background-color css

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

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

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

border-color css

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

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

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