Html Css Color HEX #D2B977 Putty

📋 copy color: '#D2B977'

red 210 ◦ green 185 ◦ blue 119

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

Shades of Putty #D2B977

Tints of Putty #D2B977

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.99%

 BLUE value IS 119 (46.88% from 255) = 23.15%

R = 40.86%
G = 35.99%
B = 23.15%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2B977 (or 0xD2B977) is known color: Putty. HEX triplet: D2, B9 and 77. RGB value is (210,185,119). Sum of RGB (Red+Green+Blue) = 210+185+119=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B977 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B977 is #2D4688. Grayscale: #B9B9B9. Windows color (decimal): -2967177 or 7846354. OLE color: 7846354.

HSL color Cylindrical-coordinate representation of color #D2B977: hue angle of 43.52º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D2B977 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 185 119 -
CMYK 0 0.12 0.43 0.18
HSL 43.52º 0.5% 0.65% -
HSV(B) 43.52º 0.43% 0.82% -
XYZ 47.26 49.73 24.56 -
YUV 184.95 90.78 145.87 -
System Red Green Blue C M Y K H S L
Decimal 210 185 119 0 0.12 0.43 0.18 43.52 0.5 0.65
Hex D2 B9 77 0 C 2B 12 2C 32 41
Octal 322 271 167 0 14 53 22 54 62 101
Binary 11010010 10111001 1110111 0 1100 101011 10010 101100 110010 1000001

Color Harmonies of #D2B977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B977

Black with #D2B977

Text Example


Text Example

White with #D2B977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B977; }

 p { color: rgb(210,185,119); }

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

background-color css

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

 a { background-color: rgb(210,185,119); }

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

border-color css

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

 span { border-color: rgb(210,185,119); }

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