Html Css Color HEX #CAA60A Buddha Gold

📋 copy color: '#CAA60A'

red 202 ◦ green 166 ◦ blue 10

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

Shades of Buddha Gold #CAA60A

Tints of Buddha Gold #CAA60A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.65%

R = 53.44%
G = 43.92%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CAA60A (or 0xCAA60A) is known color: Buddha Gold. HEX triplet: CA, A6 and 0A. RGB value is (202,166,10). Sum of RGB (Red+Green+Blue) = 202+166+10=378 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.44% from 378); Green value is 166 (65.23% from 255 or 43.92% from 378); Blue value is 10 (4.30% from 255 or 2.65% from 378); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA60A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA60A is #3559F5. Grayscale: #9F9F9F. Windows color (decimal): -3496438 or 698058. OLE color: 698058.

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

Color convert

RGB 202 166 10 -
CMYK 0 0.18 0.95 0.21
HSL 48.75º 0.91% 0.42% -
HSV(B) 48.75º 0.95% 0.79% -
XYZ 38.05 39.85 5.97 -
YUV 158.98 43.93 158.68 -
System Red Green Blue C M Y K H S L
Decimal 202 166 10 0 0.18 0.95 0.21 48.75 0.91 0.42
Hex CA A6 A 0 12 5F 15 31 5B 2A
Octal 312 246 12 0 22 137 25 61 133 52
Binary 11001010 10100110 1010 0 10010 1011111 10101 110001 1011011 101010

Color Harmonies of #CAA60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA60A

Black with #CAA60A

Text Example


Text Example

White with #CAA60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA60A; }

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

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

background-color css

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

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

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

border-color css

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

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

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