Html Css Color HEX #CAA618 Buddha Gold

📋 copy color: '#CAA618'

red 202 ◦ green 166 ◦ blue 24

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

Shades of Buddha Gold #CAA618

Tints of Buddha Gold #CAA618

RGB

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

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

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

R = 51.53%
G = 42.35%
B = 6.12%

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

#CAA618 (or 0xCAA618) is known color: Buddha Gold. HEX triplet: CA, A6 and 18. RGB value is (202,166,24). Sum of RGB (Red+Green+Blue) = 202+166+24=392 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.53% from 392); Green value is 166 (65.23% from 255 or 42.35% from 392); Blue value is 24 (9.77% from 255 or 6.12% from 392); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA618 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA618 is #3559E7. Grayscale: #A1A1A1. Windows color (decimal): -3496424 or 1615562. OLE color: 1615562.

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

Color convert

RGB 202 166 24 -
CMYK 0 0.18 0.88 0.21
HSL 47.87º 0.79% 0.44% -
HSV(B) 47.87º 0.88% 0.79% -
XYZ 38.16 39.89 6.55 -
YUV 160.58 50.93 157.55 -
System Red Green Blue C M Y K H S L
Decimal 202 166 24 0 0.18 0.88 0.21 47.87 0.79 0.44
Hex CA A6 18 0 12 58 15 30 4F 2C
Octal 312 246 30 0 22 130 25 60 117 54
Binary 11001010 10100110 11000 0 10010 1011000 10101 110000 1001111 101100

Color Harmonies of #CAA618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA618

Black with #CAA618

Text Example


Text Example

White with #CAA618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA618; }

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

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

background-color css

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

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

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

border-color css

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

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

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