#D2AD67

Color #D2AD67 Putty (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Putty #D2AD67

Tints of Putty #D2AD67

Color information

#D2AD67 (or 0xD2AD67) is unknown color: approx Putty. HEX triplet: D2, AD and 67. RGB value is (210,173,103). Sum of RGB (Red+Green+Blue) = 210+173+103=486 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.21% from 486); Green value is 173 (67.97% from 255 or 35.60% from 486); Blue value is 103 (40.62% from 255 or 21.19% from 486); Max value from RGB is 210 - color contains mainly: red. Hex color #D2AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2AD67 is #2D5298. Grayscale: #B0B0B0. Windows color (decimal): -2970265 or 6794706. OLE color: 6794706.

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

Color convert

RGB210173103-
CMYK00.180.510.18
HSL39.25º54.31%61.37%-
HSV(B)39.25º50.95%82.35%-
XYZ43.9744.5719.12-
YUV176.0886.76152.19-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 43.21%
GREEN value IS 173 (67.97% from 255) = 35.60%
BLUE value IS 103 (40.62% from 255) = 21.19%
R=43.21%
G=35.60%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017310300.180.510.1839.2554.3161.37
HexD2AD67012331227363d
Octal3222551470226322476675
Binary1101001010101101110011101001011001110010100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AD67; }

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

 H1.HeaderClassName
 {
   color: #D2AD67;
 }
 .AnyTagClassName
 {
   color: #D2AD67;
 }
</style>
background-color css

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

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

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

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

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

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