Html Css Color HEX #CAC038 Old Gold

📋 copy color: '#CAC038'

red 202 ◦ green 192 ◦ blue 56

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

Shades of Old Gold #CAC038

Tints of Old Gold #CAC038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.44%

R = 44.89%
G = 42.67%
B = 12.44%

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

#CAC038 (or 0xCAC038) is known color: Old Gold. HEX triplet: CA, C0 and 38. RGB value is (202,192,56). Sum of RGB (Red+Green+Blue) = 202+192+56=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC038 is #353FC7. Grayscale: #B4B4B4. Windows color (decimal): -3489736 or 3719370. OLE color: 3719370.

HSL color Cylindrical-coordinate representation of color #CAC038: hue angle of 55.89º 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 #CAC038 is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 56 -
CMYK 0 0.05 0.72 0.21
HSL 55.89º 0.58% 0.51% -
HSV(B) 55.89º 0.72% 0.79% -
XYZ 43.92 50.54 11.18 -
YUV 179.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 202 192 56 0 0.05 0.72 0.21 55.89 0.58 0.51
Hex CA C0 38 0 5 48 15 38 3A 33
Octal 312 300 70 0 5 110 25 70 72 63
Binary 11001010 11000000 111000 0 101 1001000 10101 111000 111010 110011

Color Harmonies of #CAC038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC038

Black with #CAC038

Text Example


Text Example

White with #CAC038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC038; }

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

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

background-color css

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

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

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

border-color css

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

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

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