Html Css Color HEX #D5B475 Putty

📋 copy color: '#D5B475'

red 213 ◦ green 180 ◦ blue 117

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

Shades of Putty #D5B475

Tints of Putty #D5B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.29%

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

R = 41.76%
G = 35.29%
B = 22.94%

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

#D5B475 (or 0xD5B475) is known color: Putty. HEX triplet: D5, B4 and 75. RGB value is (213,180,117). Sum of RGB (Red+Green+Blue) = 213+180+117=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B475 is #2A4B8A. Grayscale: #B6B6B6. Windows color (decimal): -2771851 or 7714005. OLE color: 7714005.

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

Color convert

RGB 213 180 117 -
CMYK 0 0.15 0.45 0.16
HSL 39.38º 0.53% 0.65% -
HSV(B) 39.38º 0.45% 0.84% -
XYZ 46.97 48.07 23.63 -
YUV 182.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 213 180 117 0 0.15 0.45 0.16 39.38 0.53 0.65
Hex D5 B4 75 0 F 2D 10 27 35 41
Octal 325 264 165 0 17 55 20 47 65 101
Binary 11010101 10110100 1110101 0 1111 101101 10000 100111 110101 1000001

Color Harmonies of #D5B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B475

Black with #D5B475

Text Example


Text Example

White with #D5B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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