Html Css Color HEX #D6B475 Putty

📋 copy color: '#D6B475'

red 214 ◦ green 180 ◦ blue 117

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

Shades of Putty #D6B475

Tints of Putty #D6B475

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

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

R = 41.88%
G = 35.23%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D6B475 (or 0xD6B475) is known color: Putty. HEX triplet: D6, B4 and 75. RGB value is (214,180,117). Sum of RGB (Red+Green+Blue) = 214+180+117=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B475 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B475 is #294B8A. Grayscale: #B7B7B7. Windows color (decimal): -2706315 or 7714006. OLE color: 7714006.

HSL color Cylindrical-coordinate representation of color #D6B475: hue angle of 38.97º 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 #D6B475 is Cyan = 0, Magento = 0.16, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 180 117 -
CMYK 0 0.16 0.45 0.16
HSL 38.97º 0.54% 0.65% -
HSV(B) 38.97º 0.45% 0.84% -
XYZ 47.26 48.22 23.65 -
YUV 182.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 214 180 117 0 0.16 0.45 0.16 38.97 0.54 0.65
Hex D6 B4 75 0 10 2D 10 27 36 41
Octal 326 264 165 0 20 55 20 47 66 101
Binary 11010110 10110100 1110101 0 10000 101101 10000 100111 110110 1000001

Color Harmonies of #D6B475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B475

Black with #D6B475

Text Example


Text Example

White with #D6B475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B475; }

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

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

background-color css

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

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

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

border-color css

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

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

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