Html Css Color HEX #D7B075 Putty

📋 copy color: '#D7B075'

red 215 ◦ green 176 ◦ blue 117

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

Shades of Putty #D7B075

Tints of Putty #D7B075

RGB

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

 GREEN value IS 176 (69.14% from 255) = 34.65%

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

R = 42.32%
G = 34.65%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D7B075 (or 0xD7B075) is known color: Putty. HEX triplet: D7, B0 and 75. RGB value is (215,176,117). Sum of RGB (Red+Green+Blue) = 215+176+117=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B075 is #284F8A. Grayscale: #B5B5B5. Windows color (decimal): -2641803 or 7712983. OLE color: 7712983.

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

Color convert

RGB 215 176 117 -
CMYK 0 0.18 0.46 0.16
HSL 36.12º 0.55% 0.65% -
HSV(B) 36.12º 0.46% 0.84% -
XYZ 46.76 46.78 23.39 -
YUV 180.94 91.92 152.3 -
System Red Green Blue C M Y K H S L
Decimal 215 176 117 0 0.18 0.46 0.16 36.12 0.55 0.65
Hex D7 B0 75 0 12 2E 10 24 37 41
Octal 327 260 165 0 22 56 20 44 67 101
Binary 11010111 10110000 1110101 0 10010 101110 10000 100100 110111 1000001

Color Harmonies of #D7B075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B075

Black with #D7B075

Text Example


Text Example

White with #D7B075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B075; }

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

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

background-color css

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

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

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

border-color css

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

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

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