Html Css Color HEX #D5B271 Putty

📋 copy color: '#D5B271'

red 213 ◦ green 178 ◦ blue 113

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

Shades of Putty #D5B271

Tints of Putty #D5B271

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.32%

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

R = 42.26%
G = 35.32%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D5B271 (or 0xD5B271) is known color: Putty. HEX triplet: D5, B2 and 71. RGB value is (213,178,113). Sum of RGB (Red+Green+Blue) = 213+178+113=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B271 is #2A4D8E. Grayscale: #B5B5B5. Windows color (decimal): -2772367 or 7451349. OLE color: 7451349.

HSL color Cylindrical-coordinate representation of color #D5B271: hue angle of 39º 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 #D5B271 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 178 113 -
CMYK 0 0.16 0.47 0.16
HSL 39º 0.54% 0.64% -
HSV(B) 39º 0.47% 0.84% -
XYZ 46.34 47.18 22.29 -
YUV 181.06 89.6 150.79 -
System Red Green Blue C M Y K H S L
Decimal 213 178 113 0 0.16 0.47 0.16 39 0.54 0.64
Hex D5 B2 71 0 10 2F 10 27 36 40
Octal 325 262 161 0 20 57 20 47 66 100
Binary 11010101 10110010 1110001 0 10000 101111 10000 100111 110110 1000000

Color Harmonies of #D5B271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B271

Black with #D5B271

Text Example


Text Example

White with #D5B271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B271; }

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

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

background-color css

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

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

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

border-color css

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

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

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