#CDAE7D

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

Shades of Calico #CDAE7D

Tints of Calico #CDAE7D

Color information

#CDAE7D (or 0xCDAE7D) is unknown color: approx Calico. HEX triplet: CD, AE and 7D. RGB value is (205,174,125). Sum of RGB (Red+Green+Blue) = 205+174+125=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE7D is #325182. Grayscale: #B1B1B1. Windows color (decimal): -3297667 or 8236749. OLE color: 8236749.

HSL color Cylindrical-coordinate representation of color #CDAE7D: hue angle of 36.75º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CDAE7D is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB205174125-
CMYK00.150.390.20
HSL36.75º44.44%64.71%-
HSV(B)36.75º39.02%80.39%-
XYZ44.0144.7325.72-
YUV177.6898.27147.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 40.67%
GREEN value IS 174 (68.36% from 255) = 34.52%
BLUE value IS 125 (49.22% from 255) = 24.80%
R=40.67%
G=34.52%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517412500.150.390.2036.7544.4464.71
HexCDAE7D0F2714252c41
Octal31525617501747244554101
Binary1100110110101110111110101111100111101001001011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE7D; }

 p { color: rgb(205,174,125); }

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

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

 a { background-color: rgb(205,174,125); }

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

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

 span { border-color: rgb(205,174,125); }

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