Html Css Color HEX #DAAD6D Putty

📋 copy color: '#DAAD6D'

red 218 ◦ green 173 ◦ blue 109

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

Shades of Putty #DAAD6D

Tints of Putty #DAAD6D

RGB

 RED value IS 218 (85.55% from 255) = 43.6%

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

 BLUE value IS 109 (42.97% from 255) = 21.8%

R = 43.6%
G = 34.6%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAAD6D (or 0xDAAD6D) is known color: Putty. HEX triplet: DA, AD and 6D. RGB value is (218,173,109). Sum of RGB (Red+Green+Blue) = 218+173+109=500 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.6% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 218 - color contains mainly: red. Hex color #DAAD6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAAD6D is #255292. Grayscale: #B3B3B3. Windows color (decimal): -2445971 or 7187930. OLE color: 7187930.

HSL color Cylindrical-coordinate representation of color #DAAD6D: hue angle of 35.23º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAAD6D is Cyan = 0, Magento = 0.21, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 173 109 -
CMYK 0 0.21 0.5 0.15
HSL 35.23º 0.6% 0.64% -
HSV(B) 35.23º 0.5% 0.85% -
XYZ 46.62 45.9 20.87 -
YUV 179.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 218 173 109 0 0.21 0.5 0.15 35.23 0.6 0.64
Hex DA AD 6D 0 15 32 F 23 3C 40
Octal 332 255 155 0 25 62 17 43 74 100
Binary 11011010 10101101 1101101 0 10101 110010 1111 100011 111100 1000000

Color Harmonies of #DAAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAAD6D

Black with #DAAD6D

Text Example


Text Example

White with #DAAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAAD6D; }

 p { color: rgb(218,173,109); }

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

background-color css

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

 a { background-color: rgb(218,173,109); }

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

border-color css

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

 span { border-color: rgb(218,173,109); }

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