Html Css Color HEX #D7B070 Putty

📋 copy color: '#D7B070'

red 215 ◦ green 176 ◦ blue 112

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

Shades of Putty #D7B070

Tints of Putty #D7B070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.27%

R = 42.74%
G = 34.99%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7B070 (or 0xD7B070) is known color: Putty. HEX triplet: D7, B0 and 70. RGB value is (215,176,112). Sum of RGB (Red+Green+Blue) = 215+176+112=503 (66% of max value = 765). Red value is 215 (84.38% from 255 or 42.74% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 112 (44.14% from 255 or 22.27% from 503); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7B070 is #284F8F. Grayscale: #B4B4B4. Windows color (decimal): -2641808 or 7385303. OLE color: 7385303.

HSL color Cylindrical-coordinate representation of color #D7B070: hue angle of 37.28º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D7B070 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 176 112 -
CMYK 0 0.18 0.48 0.16
HSL 37.28º 0.56% 0.64% -
HSV(B) 37.28º 0.48% 0.84% -
XYZ 46.47 46.67 21.89 -
YUV 180.37 89.42 152.7 -
System Red Green Blue C M Y K H S L
Decimal 215 176 112 0 0.18 0.48 0.16 37.28 0.56 0.64
Hex D7 B0 70 0 12 30 10 25 38 40
Octal 327 260 160 0 22 60 20 45 70 100
Binary 11010111 10110000 1110000 0 10010 110000 10000 100101 111000 1000000

Color Harmonies of #D7B070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B070

Black with #D7B070

Text Example


Text Example

White with #D7B070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B070; }

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

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

background-color css

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

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

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

border-color css

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

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

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