Html Css Color HEX #D7B275 Putty

📋 copy color: '#D7B275'

red 215 ◦ green 178 ◦ blue 117

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

Shades of Putty #D7B275

Tints of Putty #D7B275

RGB

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

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

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

R = 42.16%
G = 34.9%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B275 (or 0xD7B275) is known color: Putty. HEX triplet: D7, B2 and 75. RGB value is (215,178,117). Sum of RGB (Red+Green+Blue) = 215+178+117=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B275 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B275 is #284D8A. Grayscale: #B6B6B6. Windows color (decimal): -2641291 or 7713495. OLE color: 7713495.

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

Color convert

RGB 215 178 117 -
CMYK 0 0.17 0.46 0.16
HSL 37.35º 0.55% 0.65% -
HSV(B) 37.35º 0.46% 0.84% -
XYZ 47.16 47.57 23.53 -
YUV 182.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 215 178 117 0 0.17 0.46 0.16 37.35 0.55 0.65
Hex D7 B2 75 0 11 2E 10 25 37 41
Octal 327 262 165 0 21 56 20 45 67 101
Binary 11010111 10110010 1110101 0 10001 101110 10000 100101 110111 1000001

Color Harmonies of #D7B275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B275

Black with #D7B275

Text Example


Text Example

White with #D7B275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B275; }

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

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

background-color css

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

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

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

border-color css

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

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

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