Html Css Color HEX #D5A869 Putty

📋 copy color: '#D5A869'

red 213 ◦ green 168 ◦ blue 105

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

Shades of Putty #D5A869

Tints of Putty #D5A869

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.57%

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

R = 43.83%
G = 34.57%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#D5A869 (or 0xD5A869) is known color: Putty. HEX triplet: D5, A8 and 69. RGB value is (213,168,105). Sum of RGB (Red+Green+Blue) = 213+168+105=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 168 (66.02% from 255 or 34.57% from 486); Blue value is 105 (41.41% from 255 or 21.60% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D5A869 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5A869 is #2A5796. Grayscale: #AEAEAE. Windows color (decimal): -2774935 or 6924501. OLE color: 6924501.

HSL color Cylindrical-coordinate representation of color #D5A869: hue angle of 35º 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 #D5A869 is Cyan = 0, Magento = 0.21, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 168 105 -
CMYK 0 0.21 0.51 0.16
HSL 35º 0.56% 0.62% -
HSV(B) 35º 0.51% 0.84% -
XYZ 43.99 43.17 19.38 -
YUV 174.27 88.91 155.62 -
System Red Green Blue C M Y K H S L
Decimal 213 168 105 0 0.21 0.51 0.16 35 0.56 0.62
Hex D5 A8 69 0 15 33 10 23 38 3E
Octal 325 250 151 0 25 63 20 43 70 76
Binary 11010101 10101000 1101001 0 10101 110011 10000 100011 111000 111110

Color Harmonies of #D5A869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5A869

Black with #D5A869

Text Example


Text Example

White with #D5A869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5A869; }

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

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

background-color css

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

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

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

border-color css

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

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

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