Html Css Color HEX #CAA014 Buddha Gold

📋 copy color: '#CAA014'

red 202 ◦ green 160 ◦ blue 20

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

Shades of Buddha Gold #CAA014

Tints of Buddha Gold #CAA014

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.88%

 BLUE value IS 20 (8.2% from 255) = 5.24%

R = 52.88%
G = 41.88%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA014 (or 0xCAA014) is known color: Buddha Gold. HEX triplet: CA, A0 and 14. RGB value is (202,160,20). Sum of RGB (Red+Green+Blue) = 202+160+20=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 20 (8.20% from 255 or 5.24% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA014 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA014 is #355FEB. Grayscale: #9D9D9D. Windows color (decimal): -3497964 or 1351882. OLE color: 1351882.

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

Color convert

RGB 202 160 20 -
CMYK 0 0.21 0.90 0.21
HSL 46.15º 0.82% 0.44% -
HSV(B) 46.15º 0.9% 0.79% -
XYZ 37.05 37.75 6 -
YUV 156.6 50.91 160.38 -
System Red Green Blue C M Y K H S L
Decimal 202 160 20 0 0.21 0.90 0.21 46.15 0.82 0.44
Hex CA A0 14 0 15 5A 15 2E 52 2C
Octal 312 240 24 0 25 132 25 56 122 54
Binary 11001010 10100000 10100 0 10101 1011010 10101 101110 1010010 101100

Color Harmonies of #CAA014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA014

Black with #CAA014

Text Example


Text Example

White with #CAA014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA014; }

 p { color: rgb(202,160,20); }

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

background-color css

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

 a { background-color: rgb(202,160,20); }

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

border-color css

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

 span { border-color: rgb(202,160,20); }

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