Html Css Color HEX #D6B373 Putty

📋 copy color: '#D6B373'

red 214 ◦ green 179 ◦ blue 115

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

Shades of Putty #D6B373

Tints of Putty #D6B373

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.24%

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

R = 42.13%
G = 35.24%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D6B373 (or 0xD6B373) is known color: Putty. HEX triplet: D6, B3 and 73. RGB value is (214,179,115). Sum of RGB (Red+Green+Blue) = 214+179+115=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 115 (45.31% from 255 or 22.64% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B373 is #294C8C. Grayscale: #B6B6B6. Windows color (decimal): -2706573 or 7582678. OLE color: 7582678.

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

Color convert

RGB 214 179 115 -
CMYK 0 0.16 0.46 0.16
HSL 38.79º 0.55% 0.65% -
HSV(B) 38.79º 0.46% 0.84% -
XYZ 46.95 47.77 22.97 -
YUV 182.17 90.1 150.7 -
System Red Green Blue C M Y K H S L
Decimal 214 179 115 0 0.16 0.46 0.16 38.79 0.55 0.65
Hex D6 B3 73 0 10 2E 10 27 37 41
Octal 326 263 163 0 20 56 20 47 67 101
Binary 11010110 10110011 1110011 0 10000 101110 10000 100111 110111 1000001

Color Harmonies of #D6B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6B373

Black with #D6B373

Text Example


Text Example

White with #D6B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6B373; }

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

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

background-color css

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

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

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

border-color css

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

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

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