Html Css Color HEX #CAA710 Buddha Gold

📋 copy color: '#CAA710'

red 202 ◦ green 167 ◦ blue 16

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

Shades of Buddha Gold #CAA710

Tints of Buddha Gold #CAA710

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.16%

R = 52.47%
G = 43.38%
B = 4.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA710 (or 0xCAA710) is known color: Buddha Gold. HEX triplet: CA, A7 and 10. RGB value is (202,167,16). Sum of RGB (Red+Green+Blue) = 202+167+16=385 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.47% from 385); Green value is 167 (65.62% from 255 or 43.38% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA710 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA710 is #3558EF. Grayscale: #A0A0A0. Windows color (decimal): -3496176 or 1091530. OLE color: 1091530.

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

Color convert

RGB 202 167 16 -
CMYK 0 0.17 0.92 0.21
HSL 48.71º 0.85% 0.43% -
HSV(B) 48.71º 0.92% 0.79% -
XYZ 38.27 40.23 6.24 -
YUV 160.25 46.6 157.78 -
System Red Green Blue C M Y K H S L
Decimal 202 167 16 0 0.17 0.92 0.21 48.71 0.85 0.43
Hex CA A7 10 0 11 5C 15 31 55 2B
Octal 312 247 20 0 21 134 25 61 125 53
Binary 11001010 10100111 10000 0 10001 1011100 10101 110001 1010101 101011

Color Harmonies of #CAA710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA710

Black with #CAA710

Text Example


Text Example

White with #CAA710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA710; }

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

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

background-color css

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

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

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

border-color css

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

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

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