Html Css Color HEX #CAA233 Metallic Gold

📋 copy color: '#CAA233'

red 202 ◦ green 162 ◦ blue 51

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

Shades of Metallic Gold #CAA233

Tints of Metallic Gold #CAA233

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.04%

 BLUE value IS 51 (20.31% from 255) = 12.29%

R = 48.67%
G = 39.04%
B = 12.29%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAA233 (or 0xCAA233) is known color: Metallic Gold. HEX triplet: CA, A2 and 33. RGB value is (202,162,51). Sum of RGB (Red+Green+Blue) = 202+162+51=415 (54% of max value = 765). Red value is 202 (79.30% from 255 or 48.67% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 51 (20.31% from 255 or 12.29% from 415); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA233 is #355DCC. Grayscale: #A1A1A1. Windows color (decimal): -3497421 or 3384010. OLE color: 3384010.

HSL color Cylindrical-coordinate representation of color #CAA233: hue angle of 44.11º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAA233 is Cyan = 0, Magento = 0.20, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 162 51 -
CMYK 0 0.20 0.75 0.21
HSL 44.11º 0.6% 0.5% -
HSV(B) 44.11º 0.75% 0.79% -
XYZ 37.88 38.64 8.59 -
YUV 161.31 65.75 157.03 -
System Red Green Blue C M Y K H S L
Decimal 202 162 51 0 0.20 0.75 0.21 44.11 0.6 0.5
Hex CA A2 33 0 14 4B 15 2C 3C 32
Octal 312 242 63 0 24 113 25 54 74 62
Binary 11001010 10100010 110011 0 10100 1001011 10101 101100 111100 110010

Color Harmonies of #CAA233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA233

Black with #CAA233

Text Example


Text Example

White with #CAA233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA233; }

 p { color: rgb(202,162,51); }

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

background-color css

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

 a { background-color: rgb(202,162,51); }

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

border-color css

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

 span { border-color: rgb(202,162,51); }

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