Html Css Color HEX #D0A674 Putty

📋 copy color: '#D0A674'

red 208 ◦ green 166 ◦ blue 116

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

Shades of Putty #D0A674

Tints of Putty #D0A674

RGB

 RED value IS 208 (81.64% from 255) = 42.45%

 GREEN value IS 166 (65.23% from 255) = 33.88%

 BLUE value IS 116 (45.7% from 255) = 23.67%

R = 42.45%
G = 33.88%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A674 (or 0xD0A674) is known color: Putty. HEX triplet: D0, A6 and 74. RGB value is (208,166,116). Sum of RGB (Red+Green+Blue) = 208+166+116=490 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.45% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A674 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A674 is #2F598B. Grayscale: #ADADAD. Windows color (decimal): -3103116 or 7644880. OLE color: 7644880.

HSL color Cylindrical-coordinate representation of color #D0A674: hue angle of 32.61º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0A674 is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 166 116 -
CMYK 0 0.20 0.44 0.18
HSL 32.61º 0.49% 0.64% -
HSV(B) 32.61º 0.44% 0.82% -
XYZ 42.8 41.94 22.36 -
YUV 172.86 95.91 153.07 -
System Red Green Blue C M Y K H S L
Decimal 208 166 116 0 0.20 0.44 0.18 32.61 0.49 0.64
Hex D0 A6 74 0 14 2C 12 21 31 40
Octal 320 246 164 0 24 54 22 41 61 100
Binary 11010000 10100110 1110100 0 10100 101100 10010 100001 110001 1000000

Color Harmonies of #D0A674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A674

Black with #D0A674

Text Example


Text Example

White with #D0A674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A674; }

 p { color: rgb(208,166,116); }

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

background-color css

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

 a { background-color: rgb(208,166,116); }

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

border-color css

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

 span { border-color: rgb(208,166,116); }

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