Html Css Color HEX #CAA10E Buddha Gold

📋 copy color: '#CAA10E'

red 202 ◦ green 161 ◦ blue 14

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

Shades of Buddha Gold #CAA10E

Tints of Buddha Gold #CAA10E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.71%

 BLUE value IS 14 (5.86% from 255) = 3.71%

R = 53.58%
G = 42.71%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.93

 K value IS 0.21

RGB Variations

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

Color information

#CAA10E (or 0xCAA10E) is known color: Buddha Gold. HEX triplet: CA, A1 and 0E. RGB value is (202,161,14). Sum of RGB (Red+Green+Blue) = 202+161+14=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 14 (5.86% from 255 or 3.71% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA10E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA10E is #355EF1. Grayscale: #9D9D9D. Windows color (decimal): -3497714 or 958922. OLE color: 958922.

HSL color Cylindrical-coordinate representation of color #CAA10E: hue angle of 46.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CAA10E is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 161 14 -
CMYK 0 0.20 0.93 0.21
HSL 46.91º 0.87% 0.42% -
HSV(B) 46.91º 0.93% 0.79% -
XYZ 37.18 38.08 5.81 -
YUV 156.5 47.58 160.45 -
System Red Green Blue C M Y K H S L
Decimal 202 161 14 0 0.20 0.93 0.21 46.91 0.87 0.42
Hex CA A1 E 0 14 5D 15 2F 57 2A
Octal 312 241 16 0 24 135 25 57 127 52
Binary 11001010 10100001 1110 0 10100 1011101 10101 101111 1010111 101010

Color Harmonies of #CAA10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA10E

Black with #CAA10E

Text Example


Text Example

White with #CAA10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA10E; }

 p { color: rgb(202,161,14); }

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

background-color css

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

 a { background-color: rgb(202,161,14); }

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

border-color css

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

 span { border-color: rgb(202,161,14); }

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