Html Css Color HEX #D9B174 Putty

📋 copy color: '#D9B174'

red 217 ◦ green 177 ◦ blue 116

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

Shades of Putty #D9B174

Tints of Putty #D9B174

RGB

 RED value IS 217 (85.16% from 255) = 42.55%

 GREEN value IS 177 (69.53% from 255) = 34.71%

 BLUE value IS 116 (45.7% from 255) = 22.75%

R = 42.55%
G = 34.71%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D9B174 (or 0xD9B174) is known color: Putty. HEX triplet: D9, B1 and 74. RGB value is (217,177,116). Sum of RGB (Red+Green+Blue) = 217+177+116=510 (67% of max value = 765). Red value is 217 (85.16% from 255 or 42.55% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9B174 is #264E8B. Grayscale: #B6B6B6. Windows color (decimal): -2510476 or 7647705. OLE color: 7647705.

HSL color Cylindrical-coordinate representation of color #D9B174: hue angle of 36.24º degrees, saturation: 0.57, 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 #D9B174 is Cyan = 0, Magento = 0.18, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 177 116 -
CMYK 0 0.18 0.47 0.15
HSL 36.24º 0.57% 0.65% -
HSV(B) 36.24º 0.47% 0.85% -
XYZ 47.49 47.46 23.18 -
YUV 182.01 90.75 152.96 -
System Red Green Blue C M Y K H S L
Decimal 217 177 116 0 0.18 0.47 0.15 36.24 0.57 0.65
Hex D9 B1 74 0 12 2F F 24 39 41
Octal 331 261 164 0 22 57 17 44 71 101
Binary 11011001 10110001 1110100 0 10010 101111 1111 100100 111001 1000001

Color Harmonies of #D9B174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B174

Black with #D9B174

Text Example


Text Example

White with #D9B174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B174; }

 p { color: rgb(217,177,116); }

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

background-color css

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

 a { background-color: rgb(217,177,116); }

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

border-color css

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

 span { border-color: rgb(217,177,116); }

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