Html Css Color HEX #CAC039 Old Gold

📋 copy color: '#CAC039'

red 202 ◦ green 192 ◦ blue 57

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

Shades of Old Gold #CAC039

Tints of Old Gold #CAC039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.64%

R = 44.79%
G = 42.57%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CAC039 (or 0xCAC039) is known color: Old Gold. HEX triplet: CA, C0 and 39. RGB value is (202,192,57). Sum of RGB (Red+Green+Blue) = 202+192+57=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC039 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC039 is #353FC6. Grayscale: #B4B4B4. Windows color (decimal): -3489735 or 3784906. OLE color: 3784906.

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

Color convert

RGB 202 192 57 -
CMYK 0 0.05 0.72 0.21
HSL 55.86º 0.58% 0.51% -
HSV(B) 55.86º 0.72% 0.79% -
XYZ 43.95 50.55 11.31 -
YUV 179.6 58.81 143.98 -
System Red Green Blue C M Y K H S L
Decimal 202 192 57 0 0.05 0.72 0.21 55.86 0.58 0.51
Hex CA C0 39 0 5 48 15 38 3A 33
Octal 312 300 71 0 5 110 25 70 72 63
Binary 11001010 11000000 111001 0 101 1001000 10101 111000 111010 110011

Color Harmonies of #CAC039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC039

Black with #CAC039

Text Example


Text Example

White with #CAC039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC039; }

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

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

background-color css

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

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

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

border-color css

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

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

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