Html Css Color HEX #D7B773 Putty

📋 copy color: '#D7B773'

red 215 ◦ green 183 ◦ blue 115

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

Shades of Putty #D7B773

Tints of Putty #D7B773

RGB

 RED value IS 215 (84.38% from 255) = 41.91%

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

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

R = 41.91%
G = 35.67%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D7B773 (or 0xD7B773) is known color: Putty. HEX triplet: D7, B7 and 73. RGB value is (215,183,115). Sum of RGB (Red+Green+Blue) = 215+183+115=513 (67% of max value = 765). Red value is 215 (84.38% from 255 or 41.91% from 513); Green value is 183 (71.88% from 255 or 35.67% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 215 - color contains mainly: red. Hex color #D7B773 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7B773 is #28488C. Grayscale: #B9B9B9. Windows color (decimal): -2640013 or 7583703. OLE color: 7583703.

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

Color convert

RGB 215 183 115 -
CMYK 0 0.15 0.47 0.16
HSL 40.8º 0.56% 0.65% -
HSV(B) 40.8º 0.47% 0.84% -
XYZ 48.05 49.55 23.25 -
YUV 184.82 88.6 149.53 -
System Red Green Blue C M Y K H S L
Decimal 215 183 115 0 0.15 0.47 0.16 40.8 0.56 0.65
Hex D7 B7 73 0 F 2F 10 29 38 41
Octal 327 267 163 0 17 57 20 51 70 101
Binary 11010111 10110111 1110011 0 1111 101111 10000 101001 111000 1000001

Color Harmonies of #D7B773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7B773

Black with #D7B773

Text Example


Text Example

White with #D7B773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7B773; }

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

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

background-color css

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

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

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

border-color css

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

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

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