Html Css Color HEX #CAA518 Buddha Gold

📋 copy color: '#CAA518'

red 202 ◦ green 165 ◦ blue 24

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

Shades of Buddha Gold #CAA518

Tints of Buddha Gold #CAA518

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.2%

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

R = 51.66%
G = 42.2%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA518 (or 0xCAA518) is known color: Buddha Gold. HEX triplet: CA, A5 and 18. RGB value is (202,165,24). Sum of RGB (Red+Green+Blue) = 202+165+24=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 165 (64.84% from 255 or 42.20% from 391); Blue value is 24 (9.77% from 255 or 6.14% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA518 is #355AE7. Grayscale: #A0A0A0. Windows color (decimal): -3496680 or 1615306. OLE color: 1615306.

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

Color convert

RGB 202 165 24 -
CMYK 0 0.18 0.88 0.21
HSL 47.53º 0.79% 0.44% -
HSV(B) 47.53º 0.88% 0.79% -
XYZ 37.98 39.53 6.49 -
YUV 159.99 51.26 157.96 -
System Red Green Blue C M Y K H S L
Decimal 202 165 24 0 0.18 0.88 0.21 47.53 0.79 0.44
Hex CA A5 18 0 12 58 15 30 4F 2C
Octal 312 245 30 0 22 130 25 60 117 54
Binary 11001010 10100101 11000 0 10010 1011000 10101 110000 1001111 101100

Color Harmonies of #CAA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA518

Black with #CAA518

Text Example


Text Example

White with #CAA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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