Html Css Color HEX #CAA012 Buddha Gold

📋 copy color: '#CAA012'

red 202 ◦ green 160 ◦ blue 18

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

Shades of Buddha Gold #CAA012

Tints of Buddha Gold #CAA012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.74%

R = 53.16%
G = 42.11%
B = 4.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAA012 (or 0xCAA012) is known color: Buddha Gold. HEX triplet: CA, A0 and 12. RGB value is (202,160,18). Sum of RGB (Red+Green+Blue) = 202+160+18=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 160 (62.89% from 255 or 42.11% from 380); Blue value is 18 (7.42% from 255 or 4.74% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA012 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA012 is #355FED. Grayscale: #9C9C9C. Windows color (decimal): -3497966 or 1220810. OLE color: 1220810.

HSL color Cylindrical-coordinate representation of color #CAA012: hue angle of 46.3º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CAA012 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 160 18 -
CMYK 0 0.21 0.91 0.21
HSL 46.3º 0.84% 0.43% -
HSV(B) 46.3º 0.91% 0.79% -
XYZ 37.04 37.74 5.91 -
YUV 156.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 202 160 18 0 0.21 0.91 0.21 46.3 0.84 0.43
Hex CA A0 12 0 15 5B 15 2E 54 2B
Octal 312 240 22 0 25 133 25 56 124 53
Binary 11001010 10100000 10010 0 10101 1011011 10101 101110 1010100 101011

Color Harmonies of #CAA012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA012

Black with #CAA012

Text Example


Text Example

White with #CAA012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA012; }

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

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

background-color css

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

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

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

border-color css

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

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

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