Html Css Color HEX #D0A574 Putty

📋 copy color: '#D0A574'

red 208 ◦ green 165 ◦ blue 116

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

Shades of Putty #D0A574

Tints of Putty #D0A574

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.74%

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

R = 42.54%
G = 33.74%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D0A574 (or 0xD0A574) is known color: Putty. HEX triplet: D0, A5 and 74. RGB value is (208,165,116). Sum of RGB (Red+Green+Blue) = 208+165+116=489 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.54% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 116 (45.70% from 255 or 23.72% from 489); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A574 is #2F5A8B. Grayscale: #ACACAC. Windows color (decimal): -3103372 or 7644624. OLE color: 7644624.

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

Color convert

RGB 208 165 116 -
CMYK 0 0.21 0.44 0.18
HSL 31.96º 0.49% 0.64% -
HSV(B) 31.96º 0.44% 0.82% -
XYZ 42.62 41.58 22.3 -
YUV 172.27 96.25 153.48 -
System Red Green Blue C M Y K H S L
Decimal 208 165 116 0 0.21 0.44 0.18 31.96 0.49 0.64
Hex D0 A5 74 0 15 2C 12 20 31 40
Octal 320 245 164 0 25 54 22 40 61 100
Binary 11010000 10100101 1110100 0 10101 101100 10010 100000 110001 1000000

Color Harmonies of #D0A574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0A574

Black with #D0A574

Text Example


Text Example

White with #D0A574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0A574; }

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

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

background-color css

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

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

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

border-color css

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

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

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