Html Css Color HEX #CAA619 Buddha Gold

📋 copy color: '#CAA619'

red 202 ◦ green 166 ◦ blue 25

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

Shades of Buddha Gold #CAA619

Tints of Buddha Gold #CAA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.24%

 BLUE value IS 25 (10.16% from 255) = 6.36%

R = 51.4%
G = 42.24%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA619 (or 0xCAA619) is known color: Buddha Gold. HEX triplet: CA, A6 and 19. RGB value is (202,166,25). Sum of RGB (Red+Green+Blue) = 202+166+25=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 25 (10.16% from 255 or 6.36% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA619 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA619 is #3559E6. Grayscale: #A1A1A1. Windows color (decimal): -3496423 or 1681098. OLE color: 1681098.

HSL color Cylindrical-coordinate representation of color #CAA619: hue angle of 47.8º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CAA619 is Cyan = 0, Magento = 0.18, Yellow = 0.88 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 166 25 -
CMYK 0 0.18 0.88 0.21
HSL 47.8º 0.78% 0.45% -
HSV(B) 47.8º 0.88% 0.79% -
XYZ 38.17 39.9 6.61 -
YUV 160.69 51.43 157.46 -
System Red Green Blue C M Y K H S L
Decimal 202 166 25 0 0.18 0.88 0.21 47.8 0.78 0.45
Hex CA A6 19 0 12 58 15 30 4E 2D
Octal 312 246 31 0 22 130 25 60 116 55
Binary 11001010 10100110 11001 0 10010 1011000 10101 110000 1001110 101101

Color Harmonies of #CAA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA619

Black with #CAA619

Text Example


Text Example

White with #CAA619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA619; }

 p { color: rgb(202,166,25); }

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

background-color css

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

 a { background-color: rgb(202,166,25); }

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

border-color css

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

 span { border-color: rgb(202,166,25); }

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