Html Css Color HEX #CAA315 Buddha Gold

📋 copy color: '#CAA315'

red 202 ◦ green 163 ◦ blue 21

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

Shades of Buddha Gold #CAA315

Tints of Buddha Gold #CAA315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.44%

R = 52.33%
G = 42.23%
B = 5.44%

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

#CAA315 (or 0xCAA315) is known color: Buddha Gold. HEX triplet: CA, A3 and 15. RGB value is (202,163,21). Sum of RGB (Red+Green+Blue) = 202+163+21=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 21 (8.59% from 255 or 5.44% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA315 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA315 is #355CEA. Grayscale: #9F9F9F. Windows color (decimal): -3497195 or 1418186. OLE color: 1418186.

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

Color convert

RGB 202 163 21 -
CMYK 0 0.19 0.90 0.21
HSL 47.07º 0.81% 0.44% -
HSV(B) 47.07º 0.9% 0.79% -
XYZ 37.59 38.81 6.22 -
YUV 158.47 50.42 159.05 -
System Red Green Blue C M Y K H S L
Decimal 202 163 21 0 0.19 0.90 0.21 47.07 0.81 0.44
Hex CA A3 15 0 13 5A 15 2F 51 2C
Octal 312 243 25 0 23 132 25 57 121 54
Binary 11001010 10100011 10101 0 10011 1011010 10101 101111 1010001 101100

Color Harmonies of #CAA315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA315

Black with #CAA315

Text Example


Text Example

White with #CAA315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA315; }

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

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

background-color css

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

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

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

border-color css

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

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

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