#CDAE43

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

Shades of Old Gold #CDAE43

Tints of Old Gold #CDAE43

Color information

#CDAE43 (or 0xCDAE43) is unknown color: approx Old Gold. HEX triplet: CD, AE and 43. RGB value is (205,174,67). Sum of RGB (Red+Green+Blue) = 205+174+67=446 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.96% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 67 (26.56% from 255 or 15.02% from 446); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CDAE43 is #3251BC. Grayscale: #ABABAB. Windows color (decimal): -3297725 or 4435661. OLE color: 4435661.

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

Color convert

RGB20517467-
CMYK00.150.670.20
HSL46.52º57.98%53.33%-
HSV(B)46.52º67.32%80.39%-
XYZ41.3343.6611.56-
YUV171.0769.27152.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.96%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 67 (26.56% from 255) = 15.02%
R=45.96%
G=39.01%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2051746700.150.670.2046.5257.9853.33
HexCDAE430F43142f3a35
Octal31525610301710324577265
Binary1100110110101110100001101111100001110100101111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDAE43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDAE43; }

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

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

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

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

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

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

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

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