Html Css Color HEX #D5AC69 Putty

📋 copy color: '#D5AC69'

red 213 ◦ green 172 ◦ blue 105

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

Shades of Putty #D5AC69

Tints of Putty #D5AC69

RGB

 RED value IS 213 (83.59% from 255) = 43.47%

 GREEN value IS 172 (67.58% from 255) = 35.1%

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

R = 43.47%
G = 35.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5AC69 (or 0xD5AC69) is known color: Putty. HEX triplet: D5, AC and 69. RGB value is (213,172,105). Sum of RGB (Red+Green+Blue) = 213+172+105=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AC69 is #2A5396. Grayscale: #B0B0B0. Windows color (decimal): -2773911 or 6925525. OLE color: 6925525.

HSL color Cylindrical-coordinate representation of color #D5AC69: hue angle of 37.22º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D5AC69 is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 172 105 -
CMYK 0 0.19 0.51 0.16
HSL 37.22º 0.56% 0.62% -
HSV(B) 37.22º 0.51% 0.84% -
XYZ 44.74 44.67 19.63 -
YUV 176.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 213 172 105 0 0.19 0.51 0.16 37.22 0.56 0.62
Hex D5 AC 69 0 13 33 10 25 38 3E
Octal 325 254 151 0 23 63 20 45 70 76
Binary 11010101 10101100 1101001 0 10011 110011 10000 100101 111000 111110

Color Harmonies of #D5AC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5AC69

Black with #D5AC69

Text Example


Text Example

White with #D5AC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5AC69; }

 p { color: rgb(213,172,105); }

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

background-color css

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

 a { background-color: rgb(213,172,105); }

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

border-color css

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

 span { border-color: rgb(213,172,105); }

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