Html Css Color HEX #D5B376 Putty

📋 copy color: '#D5B376'

red 213 ◦ green 179 ◦ blue 118

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

Shades of Putty #D5B376

Tints of Putty #D5B376

RGB

 RED value IS 213 (83.59% from 255) = 41.76%

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

 BLUE value IS 118 (46.48% from 255) = 23.14%

R = 41.76%
G = 35.1%
B = 23.14%

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

#D5B376 (or 0xD5B376) is known color: Putty. HEX triplet: D5, B3 and 76. RGB value is (213,179,118). Sum of RGB (Red+Green+Blue) = 213+179+118=510 (67% of max value = 765). Red value is 213 (83.59% from 255 or 41.76% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 118 (46.48% from 255 or 23.14% from 510); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5B376 is #2A4C89. Grayscale: #B6B6B6. Windows color (decimal): -2772106 or 7779285. OLE color: 7779285.

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

Color convert

RGB 213 179 118 -
CMYK 0 0.16 0.45 0.16
HSL 38.53º 0.53% 0.65% -
HSV(B) 38.53º 0.45% 0.84% -
XYZ 46.83 47.69 23.88 -
YUV 182.21 91.76 149.96 -
System Red Green Blue C M Y K H S L
Decimal 213 179 118 0 0.16 0.45 0.16 38.53 0.53 0.65
Hex D5 B3 76 0 10 2D 10 27 35 41
Octal 325 263 166 0 20 55 20 47 65 101
Binary 11010101 10110011 1110110 0 10000 101101 10000 100111 110101 1000001

Color Harmonies of #D5B376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5B376

Black with #D5B376

Text Example


Text Example

White with #D5B376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5B376; }

 p { color: rgb(213,179,118); }

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

background-color css

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

 a { background-color: rgb(213,179,118); }

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

border-color css

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

 span { border-color: rgb(213,179,118); }

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