Html Css Color HEX #CAA519 Buddha Gold

📋 copy color: '#CAA519'

red 202 ◦ green 165 ◦ blue 25

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

Shades of Buddha Gold #CAA519

Tints of Buddha Gold #CAA519

RGB

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

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

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

R = 51.53%
G = 42.09%
B = 6.38%

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

#CAA519 (or 0xCAA519) is known color: Buddha Gold. HEX triplet: CA, A5 and 19. RGB value is (202,165,25). Sum of RGB (Red+Green+Blue) = 202+165+25=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 25 (10.16% from 255 or 6.38% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA519 is #355AE6. Grayscale: #A0A0A0. Windows color (decimal): -3496679 or 1680842. OLE color: 1680842.

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

Color convert

RGB 202 165 25 -
CMYK 0 0.18 0.88 0.21
HSL 47.46º 0.78% 0.45% -
HSV(B) 47.46º 0.88% 0.79% -
XYZ 37.99 39.54 6.55 -
YUV 160.1 51.76 157.88 -
System Red Green Blue C M Y K H S L
Decimal 202 165 25 0 0.18 0.88 0.21 47.46 0.78 0.45
Hex CA A5 19 0 12 58 15 2F 4E 2D
Octal 312 245 31 0 22 130 25 57 116 55
Binary 11001010 10100101 11001 0 10010 1011000 10101 101111 1001110 101101

Color Harmonies of #CAA519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA519

Black with #CAA519

Text Example


Text Example

White with #CAA519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA519; }

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

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

background-color css

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

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

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

border-color css

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

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

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