Html Css Color HEX #DAA76D Putty

📋 copy color: '#DAA76D'

red 218 ◦ green 167 ◦ blue 109

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

Shades of Putty #DAA76D

Tints of Putty #DAA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33.81%

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

R = 44.13%
G = 33.81%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DAA76D (or 0xDAA76D) is known color: Putty. HEX triplet: DA, A7 and 6D. RGB value is (218,167,109). Sum of RGB (Red+Green+Blue) = 218+167+109=494 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.13% from 494); Green value is 167 (65.62% from 255 or 33.81% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA76D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA76D is #255892. Grayscale: #AFAFAF. Windows color (decimal): -2447507 or 7186394. OLE color: 7186394.

HSL color Cylindrical-coordinate representation of color #DAA76D: hue angle of 31.93º 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 #DAA76D is Cyan = 0, Magento = 0.23, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 109 -
CMYK 0 0.23 0.5 0.15
HSL 31.93º 0.6% 0.64% -
HSV(B) 31.93º 0.5% 0.85% -
XYZ 45.49 43.65 20.5 -
YUV 175.64 90.4 158.22 -
System Red Green Blue C M Y K H S L
Decimal 218 167 109 0 0.23 0.5 0.15 31.93 0.6 0.64
Hex DA A7 6D 0 17 32 F 20 3C 40
Octal 332 247 155 0 27 62 17 40 74 100
Binary 11011010 10100111 1101101 0 10111 110010 1111 100000 111100 1000000

Color Harmonies of #DAA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA76D

Black with #DAA76D

Text Example


Text Example

White with #DAA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA76D; }

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

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

background-color css

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

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

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

border-color css

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

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

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