Html Css Color HEX #CAA018 Buddha Gold

📋 copy color: '#CAA018'

red 202 ◦ green 160 ◦ blue 24

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

Shades of Buddha Gold #CAA018

Tints of Buddha Gold #CAA018

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.45%

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

R = 52.33%
G = 41.45%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CAA018 (or 0xCAA018) is known color: Buddha Gold. HEX triplet: CA, A0 and 18. RGB value is (202,160,24). Sum of RGB (Red+Green+Blue) = 202+160+24=386 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.33% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 24 (9.77% from 255 or 6.22% from 386); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA018 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA018 is #355FE7. Grayscale: #9D9D9D. Windows color (decimal): -3497960 or 1614026. OLE color: 1614026.

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

Color convert

RGB 202 160 24 -
CMYK 0 0.21 0.88 0.21
HSL 45.84º 0.79% 0.44% -
HSV(B) 45.84º 0.88% 0.79% -
XYZ 37.09 37.76 6.2 -
YUV 157.05 52.91 160.06 -
System Red Green Blue C M Y K H S L
Decimal 202 160 24 0 0.21 0.88 0.21 45.84 0.79 0.44
Hex CA A0 18 0 15 58 15 2E 4F 2C
Octal 312 240 30 0 25 130 25 56 117 54
Binary 11001010 10100000 11000 0 10101 1011000 10101 101110 1001111 101100

Color Harmonies of #CAA018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA018

Black with #CAA018

Text Example


Text Example

White with #CAA018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA018; }

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

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

background-color css

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

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

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

border-color css

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

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

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