#CDA67C

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

Shades of Cameo #CDA67C

Tints of Cameo #CDA67C

Color information

#CDA67C (or 0xCDA67C) is unknown color: approx Cameo. HEX triplet: CD, A6 and 7C. RGB value is (205,166,124). Sum of RGB (Red+Green+Blue) = 205+166+124=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA67C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA67C is #325983. Grayscale: #ADADAD. Windows color (decimal): -3299716 or 8169165. OLE color: 8169165.

HSL color Cylindrical-coordinate representation of color #CDA67C: hue angle of 31.11º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDA67C is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB205166124-
CMYK00.190.400.20
HSL31.11º44.75%64.51%-
HSV(B)31.11º39.51%80.39%-
XYZ42.4541.7124.88-
YUV172.87100.42150.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.41%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=41.41%
G=33.54%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516612400.190.400.2031.1144.7564.51
HexCDA67C01328141f2d41
Octal31524617402350243755101
Binary1100110110100110111110001001110100010100111111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA67C; }

 p { color: rgb(205,166,124); }

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

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

 a { background-color: rgb(205,166,124); }

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

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

 span { border-color: rgb(205,166,124); }

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