Html Css Color HEX #D8B373 Putty

📋 copy color: '#D8B373'

red 216 ◦ green 179 ◦ blue 115

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

Shades of Putty #D8B373

Tints of Putty #D8B373

RGB

 RED value IS 216 (84.77% from 255) = 42.35%

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

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

R = 42.35%
G = 35.1%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D8B373 (or 0xD8B373) is known color: Putty. HEX triplet: D8, B3 and 73. RGB value is (216,179,115). Sum of RGB (Red+Green+Blue) = 216+179+115=510 (67% of max value = 765). Red value is 216 (84.77% from 255 or 42.35% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B373 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8B373 is #274C8C. Grayscale: #B7B7B7. Windows color (decimal): -2575501 or 7582680. OLE color: 7582680.

HSL color Cylindrical-coordinate representation of color #D8B373: hue angle of 38.02º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8B373 is Cyan = 0, Magento = 0.17, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 179 115 -
CMYK 0 0.17 0.47 0.15
HSL 38.02º 0.56% 0.65% -
HSV(B) 38.02º 0.47% 0.85% -
XYZ 47.53 48.08 22.99 -
YUV 182.77 89.76 151.7 -
System Red Green Blue C M Y K H S L
Decimal 216 179 115 0 0.17 0.47 0.15 38.02 0.56 0.65
Hex D8 B3 73 0 11 2F F 26 38 41
Octal 330 263 163 0 21 57 17 46 70 101
Binary 11011000 10110011 1110011 0 10001 101111 1111 100110 111000 1000001

Color Harmonies of #D8B373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8B373

Black with #D8B373

Text Example


Text Example

White with #D8B373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8B373; }

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

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

background-color css

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

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

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

border-color css

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

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

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