Html Css Color HEX #D4B175 Putty

📋 copy color: '#D4B175'

red 212 ◦ green 177 ◦ blue 117

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

Shades of Putty #D4B175

Tints of Putty #D4B175

RGB

 RED value IS 212 (83.2% from 255) = 41.9%

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

 BLUE value IS 117 (46.09% from 255) = 23.12%

R = 41.9%
G = 34.98%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D4B175 (or 0xD4B175) is known color: Putty. HEX triplet: D4, B1 and 75. RGB value is (212,177,117). Sum of RGB (Red+Green+Blue) = 212+177+117=506 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.90% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4B175 is #2B4E8A. Grayscale: #B4B4B4. Windows color (decimal): -2838155 or 7713236. OLE color: 7713236.

HSL color Cylindrical-coordinate representation of color #D4B175: hue angle of 37.89º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4B175 is Cyan = 0, Magento = 0.17, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 177 117 -
CMYK 0 0.17 0.45 0.17
HSL 37.89º 0.52% 0.65% -
HSV(B) 37.89º 0.45% 0.83% -
XYZ 46.08 46.73 23.42 -
YUV 180.63 92.1 150.38 -
System Red Green Blue C M Y K H S L
Decimal 212 177 117 0 0.17 0.45 0.17 37.89 0.52 0.65
Hex D4 B1 75 0 11 2D 11 26 34 41
Octal 324 261 165 0 21 55 21 46 64 101
Binary 11010100 10110001 1110101 0 10001 101101 10001 100110 110100 1000001

Color Harmonies of #D4B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4B175

Black with #D4B175

Text Example


Text Example

White with #D4B175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4B175; }

 p { color: rgb(212,177,117); }

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

background-color css

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

 a { background-color: rgb(212,177,117); }

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

border-color css

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

 span { border-color: rgb(212,177,117); }

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