Html Css Color HEX #D1B878 Putty

📋 copy color: '#D1B878'

red 209 ◦ green 184 ◦ blue 120

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

Shades of Putty #D1B878

Tints of Putty #D1B878

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.87%

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

R = 40.74%
G = 35.87%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B878 (or 0xD1B878) is known color: Putty. HEX triplet: D1, B8 and 78. RGB value is (209,184,120). Sum of RGB (Red+Green+Blue) = 209+184+120=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 120 (47.27% from 255 or 23.39% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B878 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B878 is #2E4787. Grayscale: #B8B8B8. Windows color (decimal): -3032968 or 7911633. OLE color: 7911633.

HSL color Cylindrical-coordinate representation of color #D1B878: hue angle of 43.15º 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 #D1B878 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 184 120 -
CMYK 0 0.12 0.43 0.18
HSL 43.15º 0.49% 0.65% -
HSV(B) 43.15º 0.43% 0.82% -
XYZ 46.83 49.19 24.8 -
YUV 184.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 209 184 120 0 0.12 0.43 0.18 43.15 0.49 0.65
Hex D1 B8 78 0 C 2B 12 2B 31 41
Octal 321 270 170 0 14 53 22 53 61 101
Binary 11010001 10111000 1111000 0 1100 101011 10010 101011 110001 1000001

Color Harmonies of #D1B878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B878

Black with #D1B878

Text Example


Text Example

White with #D1B878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B878; }

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

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

background-color css

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

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

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

border-color css

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

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

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