Html Css Color HEX #CAA63B Metallic Gold

📋 copy color: '#CAA63B'

red 202 ◦ green 166 ◦ blue 59

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

Shades of Metallic Gold #CAA63B

Tints of Metallic Gold #CAA63B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.88%

 BLUE value IS 59 (23.44% from 255) = 13.82%

R = 47.31%
G = 38.88%
B = 13.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CAA63B (or 0xCAA63B) is known color: Metallic Gold. HEX triplet: CA, A6 and 3B. RGB value is (202,166,59). Sum of RGB (Red+Green+Blue) = 202+166+59=427 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.31% from 427); Green value is 166 (65.23% from 255 or 38.88% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA63B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAA63B is #3559C4. Grayscale: #A5A5A5. Windows color (decimal): -3496389 or 3909322. OLE color: 3909322.

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

Color convert

RGB 202 166 59 -
CMYK 0 0.18 0.71 0.21
HSL 44.9º 0.57% 0.51% -
HSV(B) 44.9º 0.71% 0.79% -
XYZ 38.78 40.14 9.84 -
YUV 164.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 202 166 59 0 0.18 0.71 0.21 44.9 0.57 0.51
Hex CA A6 3B 0 12 47 15 2D 39 33
Octal 312 246 73 0 22 107 25 55 71 63
Binary 11001010 10100110 111011 0 10010 1000111 10101 101101 111001 110011

Color Harmonies of #CAA63B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA63B

Black with #CAA63B

Text Example


Text Example

White with #CAA63B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA63B; }

 p { color: rgb(202,166,59); }

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

background-color css

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

 a { background-color: rgb(202,166,59); }

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

border-color css

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

 span { border-color: rgb(202,166,59); }

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