Html Css Color HEX #CAA615 Buddha Gold

📋 copy color: '#CAA615'

red 202 ◦ green 166 ◦ blue 21

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

Shades of Buddha Gold #CAA615

Tints of Buddha Gold #CAA615

RGB

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

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

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

R = 51.93%
G = 42.67%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA615 (or 0xCAA615) is known color: Buddha Gold. HEX triplet: CA, A6 and 15. RGB value is (202,166,21). Sum of RGB (Red+Green+Blue) = 202+166+21=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 21 (8.59% from 255 or 5.40% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA615 is #3559EA. Grayscale: #A0A0A0. Windows color (decimal): -3496427 or 1418954. OLE color: 1418954.

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

Color convert

RGB 202 166 21 -
CMYK 0 0.18 0.90 0.21
HSL 48.07º 0.81% 0.44% -
HSV(B) 48.07º 0.9% 0.79% -
XYZ 38.13 39.88 6.4 -
YUV 160.23 49.43 157.79 -
System Red Green Blue C M Y K H S L
Decimal 202 166 21 0 0.18 0.90 0.21 48.07 0.81 0.44
Hex CA A6 15 0 12 5A 15 30 51 2C
Octal 312 246 25 0 22 132 25 60 121 54
Binary 11001010 10100110 10101 0 10010 1011010 10101 110000 1010001 101100

Color Harmonies of #CAA615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA615

Black with #CAA615

Text Example


Text Example

White with #CAA615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA615; }

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

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

background-color css

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

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

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

border-color css

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

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

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