Html Css Color HEX #CAA314 Buddha Gold

📋 copy color: '#CAA314'

red 202 ◦ green 163 ◦ blue 20

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

Shades of Buddha Gold #CAA314

Tints of Buddha Gold #CAA314

RGB

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

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

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

R = 52.47%
G = 42.34%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA314 (or 0xCAA314) is known color: Buddha Gold. HEX triplet: CA, A3 and 14. RGB value is (202,163,20). Sum of RGB (Red+Green+Blue) = 202+163+20=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA314 is #355CEB. Grayscale: #9E9E9E. Windows color (decimal): -3497196 or 1352650. OLE color: 1352650.

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

Color convert

RGB 202 163 20 -
CMYK 0 0.19 0.90 0.21
HSL 47.14º 0.82% 0.44% -
HSV(B) 47.14º 0.9% 0.79% -
XYZ 37.58 38.8 6.17 -
YUV 158.36 49.92 159.13 -
System Red Green Blue C M Y K H S L
Decimal 202 163 20 0 0.19 0.90 0.21 47.14 0.82 0.44
Hex CA A3 14 0 13 5A 15 2F 52 2C
Octal 312 243 24 0 23 132 25 57 122 54
Binary 11001010 10100011 10100 0 10011 1011010 10101 101111 1010010 101100

Color Harmonies of #CAA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA314

Black with #CAA314

Text Example


Text Example

White with #CAA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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