Html Css Color HEX #D2AC6C Putty

📋 copy color: '#D2AC6C'

red 210 ◦ green 172 ◦ blue 108

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

Shades of Putty #D2AC6C

Tints of Putty #D2AC6C

RGB

 RED value IS 210 (82.42% from 255) = 42.86%

 GREEN value IS 172 (67.58% from 255) = 35.1%

 BLUE value IS 108 (42.58% from 255) = 22.04%

R = 42.86%
G = 35.1%
B = 22.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D2AC6C (or 0xD2AC6C) is known color: Putty. HEX triplet: D2, AC and 6C. RGB value is (210,172,108). Sum of RGB (Red+Green+Blue) = 210+172+108=490 (64% of max value = 765). Red value is 210 (82.42% from 255 or 42.86% from 490); Green value is 172 (67.58% from 255 or 35.10% from 490); Blue value is 108 (42.58% from 255 or 22.04% from 490); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AC6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AC6C is #2D5393. Grayscale: #B0B0B0. Windows color (decimal): -2970516 or 7122130. OLE color: 7122130.

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

Color convert

RGB 210 172 108 -
CMYK 0 0.18 0.49 0.18
HSL 37.65º 0.53% 0.62% -
HSV(B) 37.65º 0.49% 0.82% -
XYZ 44.04 44.29 20.42 -
YUV 176.07 89.59 152.2 -
System Red Green Blue C M Y K H S L
Decimal 210 172 108 0 0.18 0.49 0.18 37.65 0.53 0.62
Hex D2 AC 6C 0 12 31 12 26 35 3E
Octal 322 254 154 0 22 61 22 46 65 76
Binary 11010010 10101100 1101100 0 10010 110001 10010 100110 110101 111110

Color Harmonies of #D2AC6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AC6C

Black with #D2AC6C

Text Example


Text Example

White with #D2AC6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AC6C; }

 p { color: rgb(210,172,108); }

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

background-color css

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

 a { background-color: rgb(210,172,108); }

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

border-color css

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

 span { border-color: rgb(210,172,108); }

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