Html Css Color HEX #CAA411 Buddha Gold

📋 copy color: '#CAA411'

red 202 ◦ green 164 ◦ blue 17

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

Shades of Buddha Gold #CAA411

Tints of Buddha Gold #CAA411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.82%

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

R = 52.74%
G = 42.82%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CAA411 (or 0xCAA411) is known color: Buddha Gold. HEX triplet: CA, A4 and 11. RGB value is (202,164,17). Sum of RGB (Red+Green+Blue) = 202+164+17=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 164 (64.45% from 255 or 42.82% from 383); Blue value is 17 (7.03% from 255 or 4.44% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA411 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA411 is #355BEE. Grayscale: #9F9F9F. Windows color (decimal): -3496943 or 1156298. OLE color: 1156298.

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

Color convert

RGB 202 164 17 -
CMYK 0 0.19 0.92 0.21
HSL 47.68º 0.84% 0.43% -
HSV(B) 47.68º 0.92% 0.79% -
XYZ 37.73 39.15 6.1 -
YUV 158.6 48.09 158.95 -
System Red Green Blue C M Y K H S L
Decimal 202 164 17 0 0.19 0.92 0.21 47.68 0.84 0.43
Hex CA A4 11 0 13 5C 15 30 54 2B
Octal 312 244 21 0 23 134 25 60 124 53
Binary 11001010 10100100 10001 0 10011 1011100 10101 110000 1010100 101011

Color Harmonies of #CAA411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA411

Black with #CAA411

Text Example


Text Example

White with #CAA411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA411; }

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

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

background-color css

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

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

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

border-color css

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

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

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