Html Css Color HEX #D2B573 Putty

📋 copy color: '#D2B573'

red 210 ◦ green 181 ◦ blue 115

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

Shades of Putty #D2B573

Tints of Putty #D2B573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 22.73%

R = 41.5%
G = 35.77%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D2B573 (or 0xD2B573) is known color: Putty. HEX triplet: D2, B5 and 73. RGB value is (210,181,115). Sum of RGB (Red+Green+Blue) = 210+181+115=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 181 (71.09% from 255 or 35.77% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B573 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B573 is #2D4A8C. Grayscale: #B6B6B6. Windows color (decimal): -2968205 or 7583186. OLE color: 7583186.

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

Color convert

RGB 210 181 115 -
CMYK 0 0.14 0.45 0.18
HSL 41.68º 0.51% 0.64% -
HSV(B) 41.68º 0.45% 0.82% -
XYZ 46.2 47.99 23.05 -
YUV 182.15 90.11 147.87 -
System Red Green Blue C M Y K H S L
Decimal 210 181 115 0 0.14 0.45 0.18 41.68 0.51 0.64
Hex D2 B5 73 0 E 2D 12 2A 33 40
Octal 322 265 163 0 16 55 22 52 63 100
Binary 11010010 10110101 1110011 0 1110 101101 10010 101010 110011 1000000

Color Harmonies of #D2B573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B573

Black with #D2B573

Text Example


Text Example

White with #D2B573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B573; }

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

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

background-color css

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

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

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

border-color css

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

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

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