Html Css Color HEX #D6B773 Putty

📋 copy color: '#D6B773'

red 214 ◦ green 183 ◦ blue 115

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

Shades of Putty #D6B773

Tints of Putty #D6B773

RGB

 RED value IS 214 (83.98% from 255) = 41.8%

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

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

R = 41.8%
G = 35.74%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6B773 (or 0xD6B773) is known color: Putty. HEX triplet: D6, B7 and 73. RGB value is (214,183,115). Sum of RGB (Red+Green+Blue) = 214+183+115=512 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.80% from 512); Green value is 183 (71.88% from 255 or 35.74% from 512); Blue value is 115 (45.31% from 255 or 22.46% from 512); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B773 is #29488C. Grayscale: #B8B8B8. Windows color (decimal): -2705549 or 7583702. OLE color: 7583702.

HSL color Cylindrical-coordinate representation of color #D6B773: hue angle of 41.21º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6B773 is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 183 115 -
CMYK 0 0.14 0.46 0.16
HSL 41.21º 0.55% 0.65% -
HSV(B) 41.21º 0.46% 0.84% -
XYZ 47.76 49.4 23.24 -
YUV 184.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 214 183 115 0 0.14 0.46 0.16 41.21 0.55 0.65
Hex D6 B7 73 0 E 2E 10 29 37 41
Octal 326 267 163 0 16 56 20 51 67 101
Binary 11010110 10110111 1110011 0 1110 101110 10000 101001 110111 1000001

Color Harmonies of #D6B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B773

Black with #D6B773

Text Example


Text Example

White with #D6B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B773; }

 p { color: rgb(214,183,115); }

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

background-color css

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

 a { background-color: rgb(214,183,115); }

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

border-color css

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

 span { border-color: rgb(214,183,115); }

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