Html Css Color HEX #D1B66C Putty

📋 copy color: '#D1B66C'

red 209 ◦ green 182 ◦ blue 108

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

Shades of Putty #D1B66C

Tints of Putty #D1B66C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.64%

R = 41.88%
G = 36.47%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D1B66C (or 0xD1B66C) is known color: Putty. HEX triplet: D1, B6 and 6C. RGB value is (209,182,108). Sum of RGB (Red+Green+Blue) = 209+182+108=499 (66% of max value = 765). Red value is 209 (82.03% from 255 or 41.88% from 499); Green value is 182 (71.48% from 255 or 36.47% from 499); Blue value is 108 (42.58% from 255 or 21.64% from 499); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D1B66C is #2E4993. Grayscale: #B5B5B5. Windows color (decimal): -3033492 or 7124689. OLE color: 7124689.

HSL color Cylindrical-coordinate representation of color #D1B66C: hue angle of 43.96º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D1B66C is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 182 108 -
CMYK 0 0.13 0.48 0.18
HSL 43.96º 0.52% 0.62% -
HSV(B) 43.96º 0.48% 0.82% -
XYZ 45.73 48.09 21.06 -
YUV 181.64 86.45 147.52 -
System Red Green Blue C M Y K H S L
Decimal 209 182 108 0 0.13 0.48 0.18 43.96 0.52 0.62
Hex D1 B6 6C 0 D 30 12 2C 34 3E
Octal 321 266 154 0 15 60 22 54 64 76
Binary 11010001 10110110 1101100 0 1101 110000 10010 101100 110100 111110

Color Harmonies of #D1B66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1B66C

Black with #D1B66C

Text Example


Text Example

White with #D1B66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1B66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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