Html Css Color HEX #CAA218 Buddha Gold

📋 copy color: '#CAA218'

red 202 ◦ green 162 ◦ blue 24

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

Shades of Buddha Gold #CAA218

Tints of Buddha Gold #CAA218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.19%

R = 52.06%
G = 41.75%
B = 6.19%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA218 (or 0xCAA218) is known color: Buddha Gold. HEX triplet: CA, A2 and 18. RGB value is (202,162,24). Sum of RGB (Red+Green+Blue) = 202+162+24=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 162 (63.67% from 255 or 41.75% from 388); Blue value is 24 (9.77% from 255 or 6.19% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA218 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA218 is #355DE7. Grayscale: #9E9E9E. Windows color (decimal): -3497448 or 1614538. OLE color: 1614538.

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

Color convert

RGB 202 162 24 -
CMYK 0 0.20 0.88 0.21
HSL 46.52º 0.79% 0.44% -
HSV(B) 46.52º 0.88% 0.79% -
XYZ 37.44 38.46 6.31 -
YUV 158.23 52.25 159.22 -
System Red Green Blue C M Y K H S L
Decimal 202 162 24 0 0.20 0.88 0.21 46.52 0.79 0.44
Hex CA A2 18 0 14 58 15 2F 4F 2C
Octal 312 242 30 0 24 130 25 57 117 54
Binary 11001010 10100010 11000 0 10100 1011000 10101 101111 1001111 101100

Color Harmonies of #CAA218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA218

Black with #CAA218

Text Example


Text Example

White with #CAA218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA218; }

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

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

background-color css

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

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

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

border-color css

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

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

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