Html Css Color HEX #CAA80A Buddha Gold

📋 copy color: '#CAA80A'

red 202 ◦ green 168 ◦ blue 10

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

Shades of Buddha Gold #CAA80A

Tints of Buddha Gold #CAA80A

RGB

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

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

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

R = 53.16%
G = 44.21%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#CAA80A (or 0xCAA80A) is known color: Buddha Gold. HEX triplet: CA, A8 and 0A. RGB value is (202,168,10). Sum of RGB (Red+Green+Blue) = 202+168+10=380 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.16% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 10 (4.30% from 255 or 2.63% from 380); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA80A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CAA80A is #3557F5. Grayscale: #A0A0A0. Windows color (decimal): -3495926 or 698570. OLE color: 698570.

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

Color convert

RGB 202 168 10 -
CMYK 0 0.17 0.95 0.21
HSL 49.38º 0.91% 0.42% -
HSV(B) 49.38º 0.95% 0.79% -
XYZ 38.41 40.58 6.1 -
YUV 160.15 43.26 157.85 -
System Red Green Blue C M Y K H S L
Decimal 202 168 10 0 0.17 0.95 0.21 49.38 0.91 0.42
Hex CA A8 A 0 11 5F 15 31 5B 2A
Octal 312 250 12 0 21 137 25 61 133 52
Binary 11001010 10101000 1010 0 10001 1011111 10101 110001 1011011 101010

Color Harmonies of #CAA80A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA80A

Black with #CAA80A

Text Example


Text Example

White with #CAA80A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA80A; }

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

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

background-color css

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

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

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

border-color css

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

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

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