Html Css Color HEX #D2B575 Putty

📋 copy color: '#D2B575'

red 210 ◦ green 181 ◦ blue 117

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

Shades of Putty #D2B575

Tints of Putty #D2B575

RGB

 RED value IS 210 (82.42% from 255) = 41.34%

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

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

R = 41.34%
G = 35.63%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D2B575 (or 0xD2B575) is known color: Putty. HEX triplet: D2, B5 and 75. RGB value is (210,181,117). Sum of RGB (Red+Green+Blue) = 210+181+117=508 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.34% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B575 is #2D4A8A. Grayscale: #B6B6B6. Windows color (decimal): -2968203 or 7714258. OLE color: 7714258.

HSL color Cylindrical-coordinate representation of color #D2B575: hue angle of 41.29º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2B575 is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 181 117 -
CMYK 0 0.14 0.44 0.18
HSL 41.29º 0.51% 0.64% -
HSV(B) 41.29º 0.44% 0.82% -
XYZ 46.31 48.03 23.66 -
YUV 182.38 91.11 147.7 -
System Red Green Blue C M Y K H S L
Decimal 210 181 117 0 0.14 0.44 0.18 41.29 0.51 0.64
Hex D2 B5 75 0 E 2C 12 29 33 40
Octal 322 265 165 0 16 54 22 51 63 100
Binary 11010010 10110101 1110101 0 1110 101100 10010 101001 110011 1000000

Color Harmonies of #D2B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B575

Black with #D2B575

Text Example


Text Example

White with #D2B575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B575; }

 p { color: rgb(210,181,117); }

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

background-color css

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

 a { background-color: rgb(210,181,117); }

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

border-color css

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

 span { border-color: rgb(210,181,117); }

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