Html Css Color HEX #D2AD6C Putty

📋 copy color: '#D2AD6C'

red 210 ◦ green 173 ◦ blue 108

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

Shades of Putty #D2AD6C

Tints of Putty #D2AD6C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.23%

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

R = 42.77%
G = 35.23%
B = 22%

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

#D2AD6C (or 0xD2AD6C) is known color: Putty. HEX triplet: D2, AD and 6C. RGB value is (210,173,108). Sum of RGB (Red+Green+Blue) = 210+173+108=491 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.77% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 108 (42.58% from 255 or 22.00% from 491); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD6C is #2D5293. Grayscale: #B0B0B0. Windows color (decimal): -2970260 or 7122386. OLE color: 7122386.

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

Color convert

RGB 210 173 108 -
CMYK 0 0.18 0.49 0.18
HSL 38.24º 0.53% 0.62% -
HSV(B) 38.24º 0.49% 0.82% -
XYZ 44.23 44.67 20.48 -
YUV 176.65 89.26 151.79 -
System Red Green Blue C M Y K H S L
Decimal 210 173 108 0 0.18 0.49 0.18 38.24 0.53 0.62
Hex D2 AD 6C 0 12 31 12 26 35 3E
Octal 322 255 154 0 22 61 22 46 65 76
Binary 11010010 10101101 1101100 0 10010 110001 10010 100110 110101 111110

Color Harmonies of #D2AD6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2AD6C

Black with #D2AD6C

Text Example


Text Example

White with #D2AD6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2AD6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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