#D0A68D

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

Shades of Cameo #D0A68D

Tints of Cameo #D0A68D

Color information

#D0A68D (or 0xD0A68D) is unknown color: approx Cameo. HEX triplet: D0, A6 and 8D. RGB value is (208,166,141). Sum of RGB (Red+Green+Blue) = 208+166+141=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 166 (65.23% from 255 or 32.23% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A68D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0A68D is #2F5972. Grayscale: #AFAFAF. Windows color (decimal): -3103091 or 9283280. OLE color: 9283280.

HSL color Cylindrical-coordinate representation of color #D0A68D: hue angle of 22.39º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D0A68D is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB208166141-
CMYK00.200.320.18
HSL22.39º41.61%68.43%-
HSV(B)22.39º32.21%81.57%-
XYZ44.4642.6131.08-
YUV175.71108.41151.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 166 (65.23% from 255) = 32.23%
BLUE value IS 141 (55.47% from 255) = 27.38%
R=40.39%
G=32.23%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20816614100.200.320.1822.3941.6168.43
HexD0A68D0142012162a44
Octal32024621502440222652104
Binary11010000101001101000110101010010000010010101101010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0A68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0A68D; }

 p { color: rgb(208,166,141); }

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

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

 a { background-color: rgb(208,166,141); }

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

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

 span { border-color: rgb(208,166,141); }

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