Html Css Color HEX #CAA816 Buddha Gold

📋 copy color: '#CAA816'

red 202 ◦ green 168 ◦ blue 22

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

Shades of Buddha Gold #CAA816

Tints of Buddha Gold #CAA816

RGB

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

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

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

R = 51.53%
G = 42.86%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CAA816 (or 0xCAA816) is known color: Buddha Gold. HEX triplet: CA, A8 and 16. RGB value is (202,168,22). Sum of RGB (Red+Green+Blue) = 202+168+22=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 22 (8.98% from 255 or 5.61% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA816 is #3557E9. Grayscale: #A2A2A2. Windows color (decimal): -3495914 or 1485002. OLE color: 1485002.

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

Color convert

RGB 202 168 22 -
CMYK 0 0.17 0.89 0.21
HSL 48.67º 0.8% 0.44% -
HSV(B) 48.67º 0.89% 0.79% -
XYZ 38.5 40.62 6.57 -
YUV 161.52 49.26 156.87 -
System Red Green Blue C M Y K H S L
Decimal 202 168 22 0 0.17 0.89 0.21 48.67 0.8 0.44
Hex CA A8 16 0 11 59 15 31 50 2C
Octal 312 250 26 0 21 131 25 61 120 54
Binary 11001010 10101000 10110 0 10001 1011001 10101 110001 1010000 101100

Color Harmonies of #CAA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA816

Black with #CAA816

Text Example


Text Example

White with #CAA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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