#D0AD67

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

Shades of Putty #D0AD67

Tints of Putty #D0AD67

Color information

#D0AD67 (or 0xD0AD67) is unknown color: approx Putty. HEX triplet: D0, AD and 67. RGB value is (208,173,103). Sum of RGB (Red+Green+Blue) = 208+173+103=484 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.98% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AD67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AD67 is #2F5298. Grayscale: #AFAFAF. Windows color (decimal): -3101337 or 6794704. OLE color: 6794704.

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

Color convert

RGB208173103-
CMYK00.170.500.18
HSL40º52.76%60.98%-
HSV(B)40º50.48%81.57%-
XYZ43.444.2819.09-
YUV175.4887.1151.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.98%
GREEN value IS 173 (67.97% from 255) = 35.74%
BLUE value IS 103 (40.62% from 255) = 21.28%
R=42.98%
G=35.74%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817310300.170.500.184052.7660.98
HexD0AD67011321228353d
Octal3202551470216222506575
Binary1101000010101101110011101000111001010010101000110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0AD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0AD67; }

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

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

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

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

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

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

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

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