Html Css Color HEX #CAA415 Buddha Gold

📋 copy color: '#CAA415'

red 202 ◦ green 164 ◦ blue 21

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

Shades of Buddha Gold #CAA415

Tints of Buddha Gold #CAA415

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

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

R = 52.2%
G = 42.38%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA415 (or 0xCAA415) is known color: Buddha Gold. HEX triplet: CA, A4 and 15. RGB value is (202,164,21). Sum of RGB (Red+Green+Blue) = 202+164+21=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA415 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA415 is #355BEA. Grayscale: #9F9F9F. Windows color (decimal): -3496939 or 1418442. OLE color: 1418442.

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

Color convert

RGB 202 164 21 -
CMYK 0 0.19 0.90 0.21
HSL 47.4º 0.81% 0.44% -
HSV(B) 47.4º 0.9% 0.79% -
XYZ 37.77 39.16 6.28 -
YUV 159.06 50.09 158.63 -
System Red Green Blue C M Y K H S L
Decimal 202 164 21 0 0.19 0.90 0.21 47.4 0.81 0.44
Hex CA A4 15 0 13 5A 15 2F 51 2C
Octal 312 244 25 0 23 132 25 57 121 54
Binary 11001010 10100100 10101 0 10011 1011010 10101 101111 1010001 101100

Color Harmonies of #CAA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA415

Black with #CAA415

Text Example


Text Example

White with #CAA415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA415; }

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

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

background-color css

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

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

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

border-color css

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

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

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