Html Css Color HEX #D1B178 Putty

📋 copy color: '#D1B178'

red 209 ◦ green 177 ◦ blue 120

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

Shades of Putty #D1B178

Tints of Putty #D1B178

RGB

 RED value IS 209 (82.03% from 255) = 41.3%

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

 BLUE value IS 120 (47.27% from 255) = 23.72%

R = 41.3%
G = 34.98%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B178 (or 0xD1B178) is known color: Putty. HEX triplet: D1, B1 and 78. RGB value is (209,177,120). Sum of RGB (Red+Green+Blue) = 209+177+120=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1B178 is #2E4E87. Grayscale: #B4B4B4. Windows color (decimal): -3034760 or 7909841. OLE color: 7909841.

HSL color Cylindrical-coordinate representation of color #D1B178: hue angle of 38.43º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1B178 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 177 120 -
CMYK 0 0.15 0.43 0.18
HSL 38.43º 0.49% 0.65% -
HSV(B) 38.43º 0.43% 0.82% -
XYZ 45.41 46.36 24.32 -
YUV 180.07 94.1 148.63 -
System Red Green Blue C M Y K H S L
Decimal 209 177 120 0 0.15 0.43 0.18 38.43 0.49 0.65
Hex D1 B1 78 0 F 2B 12 26 31 41
Octal 321 261 170 0 17 53 22 46 61 101
Binary 11010001 10110001 1111000 0 1111 101011 10010 100110 110001 1000001

Color Harmonies of #D1B178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B178

Black with #D1B178

Text Example


Text Example

White with #D1B178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B178; }

 p { color: rgb(209,177,120); }

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

background-color css

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

 a { background-color: rgb(209,177,120); }

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

border-color css

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

 span { border-color: rgb(209,177,120); }

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