#CABD42

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

Shades of Old Gold #CABD42

Tints of Old Gold #CABD42

Color information

#CABD42 (or 0xCABD42) is unknown color: approx Old Gold. HEX triplet: CA, BD and 42. RGB value is (202,189,66). Sum of RGB (Red+Green+Blue) = 202+189+66=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 189 (74.22% from 255 or 41.36% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CABD42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABD42 is #3542BD. Grayscale: #B3B3B3. Windows color (decimal): -3490494 or 4373962. OLE color: 4373962.

HSL color Cylindrical-coordinate representation of color #CABD42: hue angle of 54.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CABD42 is Cyan = 0, Magento = 0.06, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB20218966-
CMYK00.060.670.21
HSL54.26º56.2%52.55%-
HSV(B)54.26º67.33%79.22%-
XYZ43.5449.3512.38-
YUV178.8664.31144.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 189 (74.22% from 255) = 41.36%
BLUE value IS 66 (26.17% from 255) = 14.44%
R=44.20%
G=41.36%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021896600.060.670.2154.2656.252.55
HexCABD42064315363835
Octal3122751020610325667065
Binary110010101011110110000100110100001110101110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABD42; }

 p { color: rgb(202,189,66); }

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

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

 a { background-color: rgb(202,189,66); }

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

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

 span { border-color: rgb(202,189,66); }

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