Html Css Color HEX #D6B875 Putty

📋 copy color: '#D6B875'

red 214 ◦ green 184 ◦ blue 117

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

Shades of Putty #D6B875

Tints of Putty #D6B875

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.73%

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

R = 41.55%
G = 35.73%
B = 22.72%

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

#D6B875 (or 0xD6B875) is known color: Putty. HEX triplet: D6, B8 and 75. RGB value is (214,184,117). Sum of RGB (Red+Green+Blue) = 214+184+117=515 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.55% from 515); Green value is 184 (72.27% from 255 or 35.73% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B875 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B875 is #29478A. Grayscale: #B9B9B9. Windows color (decimal): -2705291 or 7715030. OLE color: 7715030.

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

Color convert

RGB 214 184 117 -
CMYK 0 0.14 0.45 0.16
HSL 41.44º 0.54% 0.65% -
HSV(B) 41.44º 0.45% 0.84% -
XYZ 48.08 49.86 23.92 -
YUV 185.33 89.44 148.45 -
System Red Green Blue C M Y K H S L
Decimal 214 184 117 0 0.14 0.45 0.16 41.44 0.54 0.65
Hex D6 B8 75 0 E 2D 10 29 36 41
Octal 326 270 165 0 16 55 20 51 66 101
Binary 11010110 10111000 1110101 0 1110 101101 10000 101001 110110 1000001

Color Harmonies of #D6B875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B875

Black with #D6B875

Text Example


Text Example

White with #D6B875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B875; }

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

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

background-color css

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

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

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

border-color css

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

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

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