Html Css Color HEX #D6B775 Putty

📋 copy color: '#D6B775'

red 214 ◦ green 183 ◦ blue 117

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

Shades of Putty #D6B775

Tints of Putty #D6B775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.76%

R = 41.63%
G = 35.6%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B775 (or 0xD6B775) is known color: Putty. HEX triplet: D6, B7 and 75. RGB value is (214,183,117). Sum of RGB (Red+Green+Blue) = 214+183+117=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 117 (46.09% from 255 or 22.76% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B775 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B775 is #29488A. Grayscale: #B9B9B9. Windows color (decimal): -2705547 or 7714774. OLE color: 7714774.

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

Color convert

RGB 214 183 117 -
CMYK 0 0.14 0.45 0.16
HSL 40.82º 0.54% 0.65% -
HSV(B) 40.82º 0.45% 0.84% -
XYZ 47.88 49.45 23.85 -
YUV 184.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 214 183 117 0 0.14 0.45 0.16 40.82 0.54 0.65
Hex D6 B7 75 0 E 2D 10 29 36 41
Octal 326 267 165 0 16 55 20 51 66 101
Binary 11010110 10110111 1110101 0 1110 101101 10000 101001 110110 1000001

Color Harmonies of #D6B775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B775

Black with #D6B775

Text Example


Text Example

White with #D6B775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B775; }

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

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

background-color css

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

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

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

border-color css

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

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

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