Html Css Color HEX #CAA312 Buddha Gold

📋 copy color: '#CAA312'

red 202 ◦ green 163 ◦ blue 18

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

Shades of Buddha Gold #CAA312

Tints of Buddha Gold #CAA312

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.56%

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

R = 52.74%
G = 42.56%
B = 4.7%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.91

 K value IS 0.21

RGB Variations

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

Color information

#CAA312 (or 0xCAA312) is known color: Buddha Gold. HEX triplet: CA, A3 and 12. RGB value is (202,163,18). Sum of RGB (Red+Green+Blue) = 202+163+18=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 163 (64.06% from 255 or 42.56% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA312 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA312 is #355CED. Grayscale: #9E9E9E. Windows color (decimal): -3497198 or 1221578. OLE color: 1221578.

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

Color convert

RGB 202 163 18 -
CMYK 0 0.19 0.91 0.21
HSL 47.28º 0.84% 0.43% -
HSV(B) 47.28º 0.91% 0.79% -
XYZ 37.56 38.79 6.08 -
YUV 158.13 48.92 159.29 -
System Red Green Blue C M Y K H S L
Decimal 202 163 18 0 0.19 0.91 0.21 47.28 0.84 0.43
Hex CA A3 12 0 13 5B 15 2F 54 2B
Octal 312 243 22 0 23 133 25 57 124 53
Binary 11001010 10100011 10010 0 10011 1011011 10101 101111 1010100 101011

Color Harmonies of #CAA312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA312

Black with #CAA312

Text Example


Text Example

White with #CAA312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA312; }

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

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

background-color css

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

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

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

border-color css

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

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

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