Html Css Color HEX #D2B771 Putty

📋 copy color: '#D2B771'

red 210 ◦ green 183 ◦ blue 113

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

Shades of Putty #D2B771

Tints of Putty #D2B771

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.17%

 BLUE value IS 113 (44.53% from 255) = 22.33%

R = 41.5%
G = 36.17%
B = 22.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D2B771 (or 0xD2B771) is known color: Putty. HEX triplet: D2, B7 and 71. RGB value is (210,183,113). Sum of RGB (Red+Green+Blue) = 210+183+113=506 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.50% from 506); Green value is 183 (71.88% from 255 or 36.17% from 506); Blue value is 113 (44.53% from 255 or 22.33% from 506); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B771 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B771 is #2D488E. Grayscale: #B7B7B7. Windows color (decimal): -2967695 or 7452626. OLE color: 7452626.

HSL color Cylindrical-coordinate representation of color #D2B771: hue angle of 43.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2B771 is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 113 -
CMYK 0 0.13 0.46 0.18
HSL 43.3º 0.52% 0.63% -
HSV(B) 43.3º 0.46% 0.82% -
XYZ 46.49 48.76 22.58 -
YUV 183.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 210 183 113 0 0.13 0.46 0.18 43.3 0.52 0.63
Hex D2 B7 71 0 D 2E 12 2B 34 3F
Octal 322 267 161 0 15 56 22 53 64 77
Binary 11010010 10110111 1110001 0 1101 101110 10010 101011 110100 111111

Color Harmonies of #D2B771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B771

Black with #D2B771

Text Example


Text Example

White with #D2B771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B771; }

 p { color: rgb(210,183,113); }

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

background-color css

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

 a { background-color: rgb(210,183,113); }

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

border-color css

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

 span { border-color: rgb(210,183,113); }

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