Html Css Color HEX #CAA510 Buddha Gold

📋 copy color: '#CAA510'

red 202 ◦ green 165 ◦ blue 16

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

Shades of Buddha Gold #CAA510

Tints of Buddha Gold #CAA510

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.08%

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

R = 52.74%
G = 43.08%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA510 (or 0xCAA510) is known color: Buddha Gold. HEX triplet: CA, A5 and 10. RGB value is (202,165,16). Sum of RGB (Red+Green+Blue) = 202+165+16=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 165 (64.84% from 255 or 43.08% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA510 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA510 is #355AEF. Grayscale: #9F9F9F. Windows color (decimal): -3496688 or 1091018. OLE color: 1091018.

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

Color convert

RGB 202 165 16 -
CMYK 0 0.18 0.92 0.21
HSL 48.06º 0.85% 0.43% -
HSV(B) 48.06º 0.92% 0.79% -
XYZ 37.91 39.5 6.12 -
YUV 159.08 47.26 158.62 -
System Red Green Blue C M Y K H S L
Decimal 202 165 16 0 0.18 0.92 0.21 48.06 0.85 0.43
Hex CA A5 10 0 12 5C 15 30 55 2B
Octal 312 245 20 0 22 134 25 60 125 53
Binary 11001010 10100101 10000 0 10010 1011100 10101 110000 1010101 101011

Color Harmonies of #CAA510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA510

Black with #CAA510

Text Example


Text Example

White with #CAA510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA510; }

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

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

background-color css

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

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

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

border-color css

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

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

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