Html Css Color HEX #CA9516 Buddha Gold

📋 copy color: '#CA9516'

red 202 ◦ green 149 ◦ blue 22

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

Shades of Buddha Gold #CA9516

Tints of Buddha Gold #CA9516

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.95%

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

R = 54.16%
G = 39.95%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.89

 K value IS 0.21

RGB Variations

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

Color information

#CA9516 (or 0xCA9516) is known color: Buddha Gold. HEX triplet: CA, 95 and 16. RGB value is (202,149,22). Sum of RGB (Red+Green+Blue) = 202+149+22=373 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.16% from 373); Green value is 149 (58.59% from 255 or 39.95% from 373); Blue value is 22 (8.98% from 255 or 5.90% from 373); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9516 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CA9516 is #356AE9. Grayscale: #969696. Windows color (decimal): -3500778 or 1480138. OLE color: 1480138.

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

Color convert

RGB 202 149 22 -
CMYK 0 0.26 0.89 0.21
HSL 42.33º 0.8% 0.44% -
HSV(B) 42.33º 0.89% 0.79% -
XYZ 35.25 34.11 5.48 -
YUV 150.37 55.56 164.83 -
System Red Green Blue C M Y K H S L
Decimal 202 149 22 0 0.26 0.89 0.21 42.33 0.8 0.44
Hex CA 95 16 0 1A 59 15 2A 50 2C
Octal 312 225 26 0 32 131 25 52 120 54
Binary 11001010 10010101 10110 0 11010 1011001 10101 101010 1010000 101100

Color Harmonies of #CA9516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA9516

Black with #CA9516

Text Example


Text Example

White with #CA9516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA9516; }

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

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

background-color css

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

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

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

border-color css

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

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

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