Html Css Color HEX #CAA118 Buddha Gold

📋 copy color: '#CAA118'

red 202 ◦ green 161 ◦ blue 24

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

Shades of Buddha Gold #CAA118

Tints of Buddha Gold #CAA118

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.6%

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

R = 52.2%
G = 41.6%
B = 6.2%

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

#CAA118 (or 0xCAA118) is known color: Buddha Gold. HEX triplet: CA, A1 and 18. RGB value is (202,161,24). Sum of RGB (Red+Green+Blue) = 202+161+24=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 161 (63.28% from 255 or 41.60% from 387); Blue value is 24 (9.77% from 255 or 6.20% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA118 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA118 is #355EE7. Grayscale: #9E9E9E. Windows color (decimal): -3497704 or 1614282. OLE color: 1614282.

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

Color convert

RGB 202 161 24 -
CMYK 0 0.20 0.88 0.21
HSL 46.18º 0.79% 0.44% -
HSV(B) 46.18º 0.88% 0.79% -
XYZ 37.27 38.11 6.26 -
YUV 157.64 52.58 159.64 -
System Red Green Blue C M Y K H S L
Decimal 202 161 24 0 0.20 0.88 0.21 46.18 0.79 0.44
Hex CA A1 18 0 14 58 15 2E 4F 2C
Octal 312 241 30 0 24 130 25 56 117 54
Binary 11001010 10100001 11000 0 10100 1011000 10101 101110 1001111 101100

Color Harmonies of #CAA118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA118

Black with #CAA118

Text Example


Text Example

White with #CAA118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA118; }

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

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

background-color css

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

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

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

border-color css

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

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

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