#CDA37B

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

Shades of Cameo #CDA37B

Tints of Cameo #CDA37B

Color information

#CDA37B (or 0xCDA37B) is unknown color: approx Cameo. HEX triplet: CD, A3 and 7B. RGB value is (205,163,123). Sum of RGB (Red+Green+Blue) = 205+163+123=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 163 (64.06% from 255 or 33.20% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA37B is #325C84. Grayscale: #ABABAB. Windows color (decimal): -3300485 or 8102861. OLE color: 8102861.

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

Color convert

RGB205163123-
CMYK00.200.40.20
HSL29.27º45.05%64.31%-
HSV(B)29.27º40%80.39%-
XYZ41.8540.624.37-
YUV171100.91152.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 41.75%
GREEN value IS 163 (64.06% from 255) = 33.20%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=41.75%
G=33.20%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516312300.200.40.2029.2745.0564.31
HexCDA37B01428141d2d40
Octal31524317302450243555100
Binary1100110110100011111101101010010100010100111011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA37B; }

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

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

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

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

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

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

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

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