Html Css Color HEX #D7B570 Putty

📋 copy color: '#D7B570'

red 215 ◦ green 181 ◦ blue 112

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

Shades of Putty #D7B570

Tints of Putty #D7B570

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.63%

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

R = 42.32%
G = 35.63%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D7B570 (or 0xD7B570) is known color: Putty. HEX triplet: D7, B5 and 70. RGB value is (215,181,112). Sum of RGB (Red+Green+Blue) = 215+181+112=508 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.32% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B570 is #284A8F. Grayscale: #B7B7B7. Windows color (decimal): -2640528 or 7386583. OLE color: 7386583.

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

Color convert

RGB 215 181 112 -
CMYK 0 0.16 0.48 0.16
HSL 40.19º 0.56% 0.64% -
HSV(B) 40.19º 0.48% 0.84% -
XYZ 47.47 48.66 22.22 -
YUV 183.3 87.76 150.61 -
System Red Green Blue C M Y K H S L
Decimal 215 181 112 0 0.16 0.48 0.16 40.19 0.56 0.64
Hex D7 B5 70 0 10 30 10 28 38 40
Octal 327 265 160 0 20 60 20 50 70 100
Binary 11010111 10110101 1110000 0 10000 110000 10000 101000 111000 1000000

Color Harmonies of #D7B570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B570

Black with #D7B570

Text Example


Text Example

White with #D7B570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B570; }

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

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

background-color css

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

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

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

border-color css

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

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

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