Html Css Color HEX #CAA715 Buddha Gold

📋 copy color: '#CAA715'

red 202 ◦ green 167 ◦ blue 21

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

Shades of Buddha Gold #CAA715

Tints of Buddha Gold #CAA715

RGB

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

 GREEN value IS 167 (65.63% from 255) = 42.82%

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

R = 51.79%
G = 42.82%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CAA715 (or 0xCAA715) is known color: Buddha Gold. HEX triplet: CA, A7 and 15. RGB value is (202,167,21). Sum of RGB (Red+Green+Blue) = 202+167+21=390 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.79% from 390); Green value is 167 (65.62% from 255 or 42.82% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA715 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA715 is #3558EA. Grayscale: #A1A1A1. Windows color (decimal): -3496171 or 1419210. OLE color: 1419210.

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

Color convert

RGB 202 167 21 -
CMYK 0 0.17 0.90 0.21
HSL 48.4º 0.81% 0.44% -
HSV(B) 48.4º 0.9% 0.79% -
XYZ 38.31 40.25 6.46 -
YUV 160.82 49.1 157.37 -
System Red Green Blue C M Y K H S L
Decimal 202 167 21 0 0.17 0.90 0.21 48.4 0.81 0.44
Hex CA A7 15 0 11 5A 15 30 51 2C
Octal 312 247 25 0 21 132 25 60 121 54
Binary 11001010 10100111 10101 0 10001 1011010 10101 110000 1010001 101100

Color Harmonies of #CAA715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA715

Black with #CAA715

Text Example


Text Example

White with #CAA715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA715; }

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

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

background-color css

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

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

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

border-color css

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

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

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