Html Css Color HEX #CAA416 Buddha Gold

📋 copy color: '#CAA416'

red 202 ◦ green 164 ◦ blue 22

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

Shades of Buddha Gold #CAA416

Tints of Buddha Gold #CAA416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.67%

R = 52.06%
G = 42.27%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA416 (or 0xCAA416) is known color: Buddha Gold. HEX triplet: CA, A4 and 16. RGB value is (202,164,22). Sum of RGB (Red+Green+Blue) = 202+164+22=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 164 (64.45% from 255 or 42.27% from 388); Blue value is 22 (8.98% from 255 or 5.67% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA416 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA416 is #355BE9. Grayscale: #9F9F9F. Windows color (decimal): -3496938 or 1483978. OLE color: 1483978.

HSL color Cylindrical-coordinate representation of color #CAA416: hue angle of 47.33º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CAA416 is Cyan = 0, Magento = 0.19, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 164 22 -
CMYK 0 0.19 0.89 0.21
HSL 47.33º 0.8% 0.44% -
HSV(B) 47.33º 0.89% 0.79% -
XYZ 37.78 39.17 6.33 -
YUV 159.17 50.59 158.55 -
System Red Green Blue C M Y K H S L
Decimal 202 164 22 0 0.19 0.89 0.21 47.33 0.8 0.44
Hex CA A4 16 0 13 59 15 2F 50 2C
Octal 312 244 26 0 23 131 25 57 120 54
Binary 11001010 10100100 10110 0 10011 1011001 10101 101111 1010000 101100

Color Harmonies of #CAA416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA416

Black with #CAA416

Text Example


Text Example

White with #CAA416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA416; }

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

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

background-color css

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

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

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

border-color css

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

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

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