Html Css Color HEX #DAA76F Putty

📋 copy color: '#DAA76F'

red 218 ◦ green 167 ◦ blue 111

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

Shades of Putty #DAA76F

Tints of Putty #DAA76F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.38%

R = 43.95%
G = 33.67%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DAA76F (or 0xDAA76F) is known color: Putty. HEX triplet: DA, A7 and 6F. RGB value is (218,167,111). Sum of RGB (Red+Green+Blue) = 218+167+111=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA76F is #255890. Grayscale: #B0B0B0. Windows color (decimal): -2447505 or 7317466. OLE color: 7317466.

HSL color Cylindrical-coordinate representation of color #DAA76F: hue angle of 31.4º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DAA76F is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 167 111 -
CMYK 0 0.23 0.49 0.15
HSL 31.4º 0.59% 0.65% -
HSV(B) 31.4º 0.49% 0.85% -
XYZ 45.6 43.69 21.07 -
YUV 175.87 91.4 158.05 -
System Red Green Blue C M Y K H S L
Decimal 218 167 111 0 0.23 0.49 0.15 31.4 0.59 0.65
Hex DA A7 6F 0 17 31 F 1F 3B 41
Octal 332 247 157 0 27 61 17 37 73 101
Binary 11011010 10100111 1101111 0 10111 110001 1111 11111 111011 1000001

Color Harmonies of #DAA76F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA76F

Black with #DAA76F

Text Example


Text Example

White with #DAA76F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA76F; }

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

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

background-color css

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

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

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

border-color css

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

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

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