Html Css Color HEX #D0A669 Putty

📋 copy color: '#D0A669'

red 208 ◦ green 166 ◦ blue 105

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

Shades of Putty #D0A669

Tints of Putty #D0A669

RGB

 RED value IS 208 (81.64% from 255) = 43.42%

 GREEN value IS 166 (65.23% from 255) = 34.66%

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

R = 43.42%
G = 34.66%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D0A669 (or 0xD0A669) is known color: Putty. HEX triplet: D0, A6 and 69. RGB value is (208,166,105). Sum of RGB (Red+Green+Blue) = 208+166+105=479 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.42% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 105 (41.41% from 255 or 21.92% from 479); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A669 is #2F5996. Grayscale: #ABABAB. Windows color (decimal): -3103127 or 6923984. OLE color: 6923984.

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

Color convert

RGB 208 166 105 -
CMYK 0 0.20 0.50 0.18
HSL 35.53º 0.52% 0.61% -
HSV(B) 35.53º 0.5% 0.82% -
XYZ 42.2 41.7 19.19 -
YUV 171.6 90.41 153.96 -
System Red Green Blue C M Y K H S L
Decimal 208 166 105 0 0.20 0.50 0.18 35.53 0.52 0.61
Hex D0 A6 69 0 14 32 12 24 34 3D
Octal 320 246 151 0 24 62 22 44 64 75
Binary 11010000 10100110 1101001 0 10100 110010 10010 100100 110100 111101

Color Harmonies of #D0A669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A669

Black with #D0A669

Text Example


Text Example

White with #D0A669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A669; }

 p { color: rgb(208,166,105); }

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

background-color css

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

 a { background-color: rgb(208,166,105); }

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

border-color css

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

 span { border-color: rgb(208,166,105); }

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