Html Css Color HEX #D6B873 Putty

📋 copy color: '#D6B873'

red 214 ◦ green 184 ◦ blue 115

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

Shades of Putty #D6B873

Tints of Putty #D6B873

RGB

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

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

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

R = 41.72%
G = 35.87%
B = 22.42%

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

#D6B873 (or 0xD6B873) is known color: Putty. HEX triplet: D6, B8 and 73. RGB value is (214,184,115). Sum of RGB (Red+Green+Blue) = 214+184+115=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 115 (45.31% from 255 or 22.42% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B873 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B873 is #29478C. Grayscale: #B9B9B9. Windows color (decimal): -2705293 or 7583958. OLE color: 7583958.

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

Color convert

RGB 214 184 115 -
CMYK 0 0.14 0.46 0.16
HSL 41.82º 0.55% 0.65% -
HSV(B) 41.82º 0.46% 0.84% -
XYZ 47.97 49.81 23.31 -
YUV 185.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 214 184 115 0 0.14 0.46 0.16 41.82 0.55 0.65
Hex D6 B8 73 0 E 2E 10 2A 37 41
Octal 326 270 163 0 16 56 20 52 67 101
Binary 11010110 10111000 1110011 0 1110 101110 10000 101010 110111 1000001

Color Harmonies of #D6B873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B873

Black with #D6B873

Text Example


Text Example

White with #D6B873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B873; }

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

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

background-color css

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

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

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

border-color css

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

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

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