#CDA37C

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

Shades of Cameo #CDA37C

Tints of Cameo #CDA37C

Color information

#CDA37C (or 0xCDA37C) is unknown color: approx Cameo. HEX triplet: CD, A3 and 7C. RGB value is (205,163,124). Sum of RGB (Red+Green+Blue) = 205+163+124=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 163 (64.06% from 255 or 33.13% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA37C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA37C is #325C83. Grayscale: #ABABAB. Windows color (decimal): -3300484 or 8168397. OLE color: 8168397.

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

Color convert

RGB205163124-
CMYK00.200.400.20
HSL28.89º44.75%64.51%-
HSV(B)28.89º39.51%80.39%-
XYZ41.9140.6324.7-
YUV171.11101.41152.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.67%
GREEN value IS 163 (64.06% from 255) = 33.13%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=41.67%
G=33.13%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516312400.200.400.2028.8944.7564.51
HexCDA37C01428141d2d41
Octal31524317402450243555101
Binary1100110110100011111110001010010100010100111011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA37C; }

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

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

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

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

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

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

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

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