Html Css Color HEX #D5B178 Putty

📋 copy color: '#D5B178'

red 213 ◦ green 177 ◦ blue 120

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

Shades of Putty #D5B178

Tints of Putty #D5B178

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 120 (47.27% from 255) = 23.53%

R = 41.76%
G = 34.71%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D5B178 (or 0xD5B178) is known color: Putty. HEX triplet: D5, B1 and 78. RGB value is (213,177,120). Sum of RGB (Red+Green+Blue) = 213+177+120=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5B178 is #2A4E87. Grayscale: #B5B5B5. Windows color (decimal): -2772616 or 7909845. OLE color: 7909845.

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

Color convert

RGB 213 177 120 -
CMYK 0 0.17 0.44 0.16
HSL 36.77º 0.53% 0.65% -
HSV(B) 36.77º 0.44% 0.84% -
XYZ 46.55 46.95 24.38 -
YUV 181.27 93.43 150.63 -
System Red Green Blue C M Y K H S L
Decimal 213 177 120 0 0.17 0.44 0.16 36.77 0.53 0.65
Hex D5 B1 78 0 11 2C 10 25 35 41
Octal 325 261 170 0 21 54 20 45 65 101
Binary 11010101 10110001 1111000 0 10001 101100 10000 100101 110101 1000001

Color Harmonies of #D5B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B178

Black with #D5B178

Text Example


Text Example

White with #D5B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B178; }

 p { color: rgb(213,177,120); }

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

background-color css

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

 a { background-color: rgb(213,177,120); }

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

border-color css

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

 span { border-color: rgb(213,177,120); }

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