Html Css Color HEX #D7B475 Putty

📋 copy color: '#D7B475'

red 215 ◦ green 180 ◦ blue 117

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

Shades of Putty #D7B475

Tints of Putty #D7B475

RGB

 RED value IS 215 (84.38% from 255) = 41.99%

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

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

R = 41.99%
G = 35.16%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B475 (or 0xD7B475) is known color: Putty. HEX triplet: D7, B4 and 75. RGB value is (215,180,117). Sum of RGB (Red+Green+Blue) = 215+180+117=512 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.99% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B475 is #284B8A. Grayscale: #B7B7B7. Windows color (decimal): -2640779 or 7714007. OLE color: 7714007.

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

Color convert

RGB 215 180 117 -
CMYK 0 0.16 0.46 0.16
HSL 38.57º 0.55% 0.65% -
HSV(B) 38.57º 0.46% 0.84% -
XYZ 47.56 48.37 23.66 -
YUV 183.28 90.6 150.62 -
System Red Green Blue C M Y K H S L
Decimal 215 180 117 0 0.16 0.46 0.16 38.57 0.55 0.65
Hex D7 B4 75 0 10 2E 10 27 37 41
Octal 327 264 165 0 20 56 20 47 67 101
Binary 11010111 10110100 1110101 0 10000 101110 10000 100111 110111 1000001

Color Harmonies of #D7B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B475

Black with #D7B475

Text Example


Text Example

White with #D7B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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