Html Css Color HEX #CAA515 Buddha Gold

📋 copy color: '#CAA515'

red 202 ◦ green 165 ◦ blue 21

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

Shades of Buddha Gold #CAA515

Tints of Buddha Gold #CAA515

RGB

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

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

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

R = 52.06%
G = 42.53%
B = 5.41%

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

#CAA515 (or 0xCAA515) is known color: Buddha Gold. HEX triplet: CA, A5 and 15. RGB value is (202,165,21). Sum of RGB (Red+Green+Blue) = 202+165+21=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 21 (8.59% from 255 or 5.41% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA515 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA515 is #355AEA. Grayscale: #A0A0A0. Windows color (decimal): -3496683 or 1418698. OLE color: 1418698.

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

Color convert

RGB 202 165 21 -
CMYK 0 0.18 0.90 0.21
HSL 47.73º 0.81% 0.44% -
HSV(B) 47.73º 0.9% 0.79% -
XYZ 37.95 39.52 6.34 -
YUV 159.65 49.76 158.21 -
System Red Green Blue C M Y K H S L
Decimal 202 165 21 0 0.18 0.90 0.21 47.73 0.81 0.44
Hex CA A5 15 0 12 5A 15 30 51 2C
Octal 312 245 25 0 22 132 25 60 121 54
Binary 11001010 10100101 10101 0 10010 1011010 10101 110000 1010001 101100

Color Harmonies of #CAA515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA515

Black with #CAA515

Text Example


Text Example

White with #CAA515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA515; }

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

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

background-color css

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

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

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

border-color css

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

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

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