Html Css Color HEX #CAA811 Buddha Gold

📋 copy color: '#CAA811'

red 202 ◦ green 168 ◦ blue 17

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

Shades of Buddha Gold #CAA811

Tints of Buddha Gold #CAA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 17 (7.03% from 255) = 4.39%

R = 52.2%
G = 43.41%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA811 (or 0xCAA811) is known color: Buddha Gold. HEX triplet: CA, A8 and 11. RGB value is (202,168,17). Sum of RGB (Red+Green+Blue) = 202+168+17=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA811 is #3557EE. Grayscale: #A1A1A1. Windows color (decimal): -3495919 or 1157322. OLE color: 1157322.

HSL color Cylindrical-coordinate representation of color #CAA811: hue angle of 48.97º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CAA811 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 168 17 -
CMYK 0 0.17 0.92 0.21
HSL 48.97º 0.84% 0.43% -
HSV(B) 48.97º 0.92% 0.79% -
XYZ 38.46 40.6 6.34 -
YUV 160.95 46.76 157.28 -
System Red Green Blue C M Y K H S L
Decimal 202 168 17 0 0.17 0.92 0.21 48.97 0.84 0.43
Hex CA A8 11 0 11 5C 15 31 54 2B
Octal 312 250 21 0 21 134 25 61 124 53
Binary 11001010 10101000 10001 0 10001 1011100 10101 110001 1010100 101011

Color Harmonies of #CAA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA811

Black with #CAA811

Text Example


Text Example

White with #CAA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA811; }

 p { color: rgb(202,168,17); }

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

background-color css

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

 a { background-color: rgb(202,168,17); }

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

border-color css

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

 span { border-color: rgb(202,168,17); }

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