Html Css Color HEX #D1B678 Putty

📋 copy color: '#D1B678'

red 209 ◦ green 182 ◦ blue 120

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

Shades of Putty #D1B678

Tints of Putty #D1B678

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.62%

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

R = 40.9%
G = 35.62%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D1B678 (or 0xD1B678) is known color: Putty. HEX triplet: D1, B6 and 78. RGB value is (209,182,120). Sum of RGB (Red+Green+Blue) = 209+182+120=511 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.90% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B678 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B678 is #2E4987. Grayscale: #B7B7B7. Windows color (decimal): -3033480 or 7911121. OLE color: 7911121.

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

Color convert

RGB 209 182 120 -
CMYK 0 0.13 0.43 0.18
HSL 41.8º 0.49% 0.65% -
HSV(B) 41.8º 0.43% 0.82% -
XYZ 46.41 48.37 24.66 -
YUV 183.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 209 182 120 0 0.13 0.43 0.18 41.8 0.49 0.65
Hex D1 B6 78 0 D 2B 12 2A 31 41
Octal 321 266 170 0 15 53 22 52 61 101
Binary 11010001 10110110 1111000 0 1101 101011 10010 101010 110001 1000001

Color Harmonies of #D1B678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B678

Black with #D1B678

Text Example


Text Example

White with #D1B678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B678; }

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

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

background-color css

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

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

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

border-color css

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

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

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