Html Css Color HEX #CAA318 Buddha Gold

📋 copy color: '#CAA318'

red 202 ◦ green 163 ◦ blue 24

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

Shades of Buddha Gold #CAA318

Tints of Buddha Gold #CAA318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.9%

 BLUE value IS 24 (9.77% from 255) = 6.17%

R = 51.93%
G = 41.9%
B = 6.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA318 (or 0xCAA318) is known color: Buddha Gold. HEX triplet: CA, A3 and 18. RGB value is (202,163,24). Sum of RGB (Red+Green+Blue) = 202+163+24=389 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.93% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 24 (9.77% from 255 or 6.17% from 389); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA318 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA318 is #355CE7. Grayscale: #9F9F9F. Windows color (decimal): -3497192 or 1614794. OLE color: 1614794.

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

Color convert

RGB 202 163 24 -
CMYK 0 0.19 0.88 0.21
HSL 46.85º 0.79% 0.44% -
HSV(B) 46.85º 0.88% 0.79% -
XYZ 37.62 38.82 6.37 -
YUV 158.82 51.92 158.8 -
System Red Green Blue C M Y K H S L
Decimal 202 163 24 0 0.19 0.88 0.21 46.85 0.79 0.44
Hex CA A3 18 0 13 58 15 2F 4F 2C
Octal 312 243 30 0 23 130 25 57 117 54
Binary 11001010 10100011 11000 0 10011 1011000 10101 101111 1001111 101100

Color Harmonies of #CAA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA318

Black with #CAA318

Text Example


Text Example

White with #CAA318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA318; }

 p { color: rgb(202,163,24); }

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

background-color css

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

 a { background-color: rgb(202,163,24); }

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

border-color css

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

 span { border-color: rgb(202,163,24); }

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