Html Css Color HEX #D1AD69 Putty

📋 copy color: '#D1AD69'

red 209 ◦ green 173 ◦ blue 105

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

Shades of Putty #D1AD69

Tints of Putty #D1AD69

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 105 (41.41% from 255) = 21.56%

R = 42.92%
G = 35.52%
B = 21.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D1AD69 (or 0xD1AD69) is known color: Putty. HEX triplet: D1, AD and 69. RGB value is (209,173,105). Sum of RGB (Red+Green+Blue) = 209+173+105=487 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.92% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AD69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1AD69 is #2E5296. Grayscale: #B0B0B0. Windows color (decimal): -3035799 or 6925777. OLE color: 6925777.

HSL color Cylindrical-coordinate representation of color #D1AD69: hue angle of 39.23º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D1AD69 is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 173 105 -
CMYK 0 0.17 0.50 0.18
HSL 39.23º 0.53% 0.62% -
HSV(B) 39.23º 0.5% 0.82% -
XYZ 43.79 44.46 19.64 -
YUV 176.01 87.93 151.53 -
System Red Green Blue C M Y K H S L
Decimal 209 173 105 0 0.17 0.50 0.18 39.23 0.53 0.62
Hex D1 AD 69 0 11 32 12 27 35 3E
Octal 321 255 151 0 21 62 22 47 65 76
Binary 11010001 10101101 1101001 0 10001 110010 10010 100111 110101 111110

Color Harmonies of #D1AD69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1AD69

Black with #D1AD69

Text Example


Text Example

White with #D1AD69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1AD69; }

 p { color: rgb(209,173,105); }

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

background-color css

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

 a { background-color: rgb(209,173,105); }

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

border-color css

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

 span { border-color: rgb(209,173,105); }

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