#CBAD3D

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

Shades of Old Gold #CBAD3D

Tints of Old Gold #CBAD3D

Color information

#CBAD3D (or 0xCBAD3D) is unknown color: approx Old Gold. HEX triplet: CB, AD and 3D. RGB value is (203,173,61). Sum of RGB (Red+Green+Blue) = 203+173+61=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CBAD3D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CBAD3D is #3452C2. Grayscale: #A9A9A9. Windows color (decimal): -3429059 or 4042187. OLE color: 4042187.

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

Color convert

RGB20317361-
CMYK00.150.700.20
HSL47.32º57.72%51.76%-
HSV(B)47.32º69.95%79.61%-
XYZ40.4142.9210.57-
YUV169.266.94152.11-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 173 (67.97% from 255) = 39.59%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=46.45%
G=39.59%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031736100.150.700.2047.3257.7251.76
HexCBAD3D0F46142f3a34
Octal3132557501710624577264
Binary110010111010110111110101111100011010100101111111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBAD3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBAD3D; }

 p { color: rgb(203,173,61); }

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

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

 a { background-color: rgb(203,173,61); }

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

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

 span { border-color: rgb(203,173,61); }

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