Html Css Color HEX #D2A569 Putty

📋 copy color: '#D2A569'

red 210 ◦ green 165 ◦ blue 105

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

Shades of Putty #D2A569

Tints of Putty #D2A569

RGB

 RED value IS 210 (82.42% from 255) = 43.75%

 GREEN value IS 165 (64.84% from 255) = 34.38%

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

R = 43.75%
G = 34.38%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#D2A569 (or 0xD2A569) is known color: Putty. HEX triplet: D2, A5 and 69. RGB value is (210,165,105). Sum of RGB (Red+Green+Blue) = 210+165+105=480 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.75% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 105 (41.41% from 255 or 21.88% from 480); Max value from RGB is 210 - color contains mainly: red. Hex color #D2A569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2A569 is #2D5A96. Grayscale: #ABABAB. Windows color (decimal): -2972311 or 6923730. OLE color: 6923730.

HSL color Cylindrical-coordinate representation of color #D2A569: hue angle of 34.29º degrees, saturation: 0.54, 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 #D2A569 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 165 105 -
CMYK 0 0.21 0.50 0.18
HSL 34.29º 0.54% 0.62% -
HSV(B) 34.29º 0.5% 0.82% -
XYZ 42.58 41.63 19.16 -
YUV 171.62 90.41 155.38 -
System Red Green Blue C M Y K H S L
Decimal 210 165 105 0 0.21 0.50 0.18 34.29 0.54 0.62
Hex D2 A5 69 0 15 32 12 22 36 3E
Octal 322 245 151 0 25 62 22 42 66 76
Binary 11010010 10100101 1101001 0 10101 110010 10010 100010 110110 111110

Color Harmonies of #D2A569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2A569

Black with #D2A569

Text Example


Text Example

White with #D2A569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2A569; }

 p { color: rgb(210,165,105); }

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

background-color css

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

 a { background-color: rgb(210,165,105); }

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

border-color css

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

 span { border-color: rgb(210,165,105); }

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