Html Css Color HEX #CAC040 Old Gold

📋 copy color: '#CAC040'

red 202 ◦ green 192 ◦ blue 64

#CAC040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #CAC040

Tints of Old Gold #CAC040

RGB

 RED value IS 202 (79.3% from 255) = 44.1%

 GREEN value IS 192 (75.39% from 255) = 41.92%

 BLUE value IS 64 (25.39% from 255) = 13.97%

R = 44.1%
G = 41.92%
B = 13.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#CAC040 (or 0xCAC040) is known color: Old Gold. HEX triplet: CA, C0 and 40. RGB value is (202,192,64). Sum of RGB (Red+Green+Blue) = 202+192+64=458 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.10% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 64 (25.39% from 255 or 13.97% from 458); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC040 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC040 is #353FBF. Grayscale: #B4B4B4. Windows color (decimal): -3489728 or 4243658. OLE color: 4243658.

HSL color Cylindrical-coordinate representation of color #CAC040: hue angle of 55.65º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CAC040 is Cyan = 0, Magento = 0.05, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 64 -
CMYK 0 0.05 0.68 0.21
HSL 55.65º 0.57% 0.52% -
HSV(B) 55.65º 0.68% 0.79% -
XYZ 44.13 50.63 12.3 -
YUV 180.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 202 192 64 0 0.05 0.68 0.21 55.65 0.57 0.52
Hex CA C0 40 0 5 44 15 38 39 34
Octal 312 300 100 0 5 104 25 70 71 64
Binary 11001010 11000000 1000000 0 101 1000100 10101 111000 111001 110100

Color Harmonies of #CAC040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC040

Black with #CAC040

Text Example


Text Example

White with #CAC040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC040; }

 p { color: rgb(202,192,64); }

 H1.HeaderClassName
 {
   color: #CAC040;
 }
 .AnyTagClassName
 {
   color: #CAC040;
 }
</style>

background-color css

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

 a { background-color: rgb(202,192,64); }

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

border-color css

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

 span { border-color: rgb(202,192,64); }

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