Html Css Color HEX #D2B777 Putty

📋 copy color: '#D2B777'

red 210 ◦ green 183 ◦ blue 119

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

Shades of Putty #D2B777

Tints of Putty #D2B777

RGB

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

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

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

R = 41.02%
G = 35.74%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D2B777 (or 0xD2B777) is known color: Putty. HEX triplet: D2, B7 and 77. RGB value is (210,183,119). Sum of RGB (Red+Green+Blue) = 210+183+119=512 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.02% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 119 (46.88% from 255 or 23.24% from 512); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B777 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B777 is #2D4888. Grayscale: #B8B8B8. Windows color (decimal): -2967689 or 7845842. OLE color: 7845842.

HSL color Cylindrical-coordinate representation of color #D2B777: hue angle of 42.2º 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 #D2B777 is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 183 119 -
CMYK 0 0.13 0.43 0.18
HSL 42.2º 0.5% 0.65% -
HSV(B) 42.2º 0.43% 0.82% -
XYZ 46.84 48.9 24.42 -
YUV 183.78 91.45 146.7 -
System Red Green Blue C M Y K H S L
Decimal 210 183 119 0 0.13 0.43 0.18 42.2 0.5 0.65
Hex D2 B7 77 0 D 2B 12 2A 32 41
Octal 322 267 167 0 15 53 22 52 62 101
Binary 11010010 10110111 1110111 0 1101 101011 10010 101010 110010 1000001

Color Harmonies of #D2B777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2B777

Black with #D2B777

Text Example


Text Example

White with #D2B777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2B777; }

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

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

background-color css

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

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

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

border-color css

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

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

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