Html Css Color HEX #CAA815 Buddha Gold

📋 copy color: '#CAA815'

red 202 ◦ green 168 ◦ blue 21

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

Shades of Buddha Gold #CAA815

Tints of Buddha Gold #CAA815

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.97%

 BLUE value IS 21 (8.59% from 255) = 5.37%

R = 51.66%
G = 42.97%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA815 (or 0xCAA815) is known color: Buddha Gold. HEX triplet: CA, A8 and 15. RGB value is (202,168,21). Sum of RGB (Red+Green+Blue) = 202+168+21=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 168 (66.02% from 255 or 42.97% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA815 is #3557EA. Grayscale: #A2A2A2. Windows color (decimal): -3495915 or 1419466. OLE color: 1419466.

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

Color convert

RGB 202 168 21 -
CMYK 0 0.17 0.90 0.21
HSL 48.73º 0.81% 0.44% -
HSV(B) 48.73º 0.9% 0.79% -
XYZ 38.5 40.62 6.52 -
YUV 161.41 48.76 156.95 -
System Red Green Blue C M Y K H S L
Decimal 202 168 21 0 0.17 0.90 0.21 48.73 0.81 0.44
Hex CA A8 15 0 11 5A 15 31 51 2C
Octal 312 250 25 0 21 132 25 61 121 54
Binary 11001010 10101000 10101 0 10001 1011010 10101 110001 1010001 101100

Color Harmonies of #CAA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA815

Black with #CAA815

Text Example


Text Example

White with #CAA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA815; }

 p { color: rgb(202,168,21); }

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

background-color css

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

 a { background-color: rgb(202,168,21); }

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

border-color css

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

 span { border-color: rgb(202,168,21); }

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